Tiny News Feed
News List
Home Page
News List
Search
Editing
Edit This News
Please correct the information in the form below in order to edit this page on your website.
Page URL:
http://mimimi.software/demos/TinyNewsFeed/news/
Leave this field blank if you want to automatically generate the page URL. In this case, it will consist of a random set of characters.
Visible For All
Title:
This field contains the name of the publication in listings. It is also the string of the page Title tag.
Short Text:
To do this, you just need to follow a few simple steps. Let's describe their sequence below on the page of this post.
This field contains short introductory text that appears in publication listings and at the top of the publication page. It is also the string of the page Meta Description tag.
Full Text:
<p>First, you need to download the installation file from the official website of <code>MiMiMi Framework</code>. For example, please download version <a href="https://mimimi.software/media/mimimi-framework-5.2.zip" rel="nofollow">no lower than 5.2</a>, in which this application appeared.</p><h4>Unpack</h4><p>The downloaded file is a ZIP archive. Therefore, you need to unpack the contents of that archive to your hosting where you are going to install this web application. Let's say, for example, that your hosting is called <code>http://localhost/</code>.</p><blockquote><p><small>By the way, if you want to install the <code>Tiny News Feed</code> app not in the root of your hosting, but in its specific folder, you can do this without problems. Let's assume the folder will be <code>http://localhost/test/</code>.</small></p></blockquote><h4>Launch</h4><p>Now you should open your browser to the appropriate page of your hosting to begin the installation process of <code>Tiny News Feed</code>.</p><img src="media/demo-posts/tiny-news-feed/install-1.png"><p>Then you should choose a CMS variant as shown in the picture below. This variant is <code>tiny.news.feed</code>.</p><img src="media/demo-posts/tiny-news-feed/install-2.png"><p>When it comes time to select system modules to install, it is enough to check only the <code>Db</code>, <code>Helper</code> and <code>Url</code> options if you want to install the app in the most minimal configuration.</p><img src="media/demo-posts/tiny-news-feed/install-3.png"><p>Next, you can specify access codes for the existing database on your server. The following picture shows an example for a MySQL database.</p><img src="media/demo-posts/tiny-news-feed/install-4.png"><p>In the last screenshot example, we assumed that a user with login <code>root</code> and password <code>******</code> already exists on your database server and a database named <code>my_test_db</code> has been created.</p><h4>Results</h4><p>After installing the <code>Tiny News Feed</code> with the same settings as shown in the screenshots above, your hosting will contain the following set of directories.</p><pre><small>http://localhost/ ├─> media │ └─> demo-posts │ └─> tiny-news-feed ├─> mimimi.core │ ├─> Has │ └─> Themes │ └─> default │ ├─> css │ ├─> images │ └─> js ├─> mimimi.modules │ ├─> Db │ ├─> Helper │ └─> Url └─> mimimi.cms ├─> Helper ├─> Router ├─> Themes │ └─> default │ ├─> css │ ├─> images │ ├─> js │ └─> snippets └─> Viewers ├─> News └─> Search</small></pre><h4>Configure</h4><p>Now you should configure the website using three constants located in the <code>http://localhost/mimimi.cms/Constants.php</code> file.</p><p>The first constant named <code>TINYFEED_ON_DEMO_NOW</code> is used to switch your site from demo mode to production mode.</p><p>For example, let's switch the website to production mode.</p><pre>define( 'TINYFEED_ON_DEMO_NOW', FALSE );</pre><p>The second constant named <code>TINYFEED_ADMIN_IPS</code> lists your IP addresses to further recognize you as the system administrator.</p><p>For example, let's allow admininstrative visits from the local computer with IP address 127.0.0.1 or address ::1 written in IPv6 format or address mnemonized as localhost.</p><pre>define( 'TINYFEED_ADMIN_IPS', [ '127.0.0.1', '::1', 'localhost' ] );</pre><p>The third constant named <code>TINYFEED_HTMLPAGE_LANGUAGE</code> specifies which language is used to write the content of web pages. It has the format "language" or "language-REGION".</p><p>Valid language and region codes can be found in the <a href="https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry" rel="nofollow">Language Subtag Registry</a> (see the "Type: language" entries for language codes and the "Type: region" entries for region codes).</p><p>For example, let's set the language to Spanish only.</p><pre>define( 'TINYFEED_HTMLPAGE_LANGUAGE', 'es' );</pre><p>Another example. Let's set the Ukrainian language for Russian-speaking regions.</p><pre>define( 'TINYFEED_HTMLPAGE_LANGUAGE', 'uk-RU' );</pre><p>That's all!</p><p><small>* This page is a demo post designed to display page content for testers. You need <a href="news/demo-posts/faq/how-to-install/delete" rel="nofollow">delete this page</a> when you run the website in production mode.</small></p>
You can use valid HTML markup for this field. All HTML tag attributes will be removed for security reasons except attribute href="some-url" for tag <a> and attribute src="some-url" for tag <img>.
Image to upload:
The file length should not exceed 5 megabytes. File type: WEBP, JPEG, PNG, SVG, GIF or BMP.
Image URL:
http://mimimi.software/demos/TinyNewsFeed/
You should enter the image URL manually if your page needs to have an image with a specific file name. Otherwise, the image URL will be set to the name of the uploaded file. If you need an external image on your page, enter its absolute URL here and do not use the input field above to upload the image.
Send »
× Cancel