Browse Source

Prepare for v1.1

Prepare to release HTMLy v.1.1
pull/31/merge v1.1
Danang Probo Sayekti 11 years ago
parent
commit
2422c40013
3 changed files with 11 additions and 1 deletions
  1. +9
    -0
      README.md
  2. +1
    -0
      changelog.txt
  3. +1
    -1
      system/admin/views/import.html.php

+ 9
- 0
README.md View File

@ -33,6 +33,7 @@ Features
- SEO friendly URLs - SEO friendly URLs
- Teaser thumbnail for images and Youtube videos - Teaser thumbnail for images and Youtube videos
- Responsive design - Responsive design
- User role
Requirements Requirements
------------ ------------
@ -50,6 +51,14 @@ Rename `config.ini.example` inside `config` folder to `config.ini` or you can cr
password = YourPassword password = YourPassword
```` ````
HTMLy support admin user role either, simply add the following to your choosen user:
````
role = admin
````
Admin role can edit/delete all users posts.
You can login to admin panel at `www.example.com/login`. You can login to admin panel at `www.example.com/login`.
Both Online or Offline Both Online or Offline


+ 1
- 0
changelog.txt View File

@ -1,3 +1,4 @@
2014-02-08: HTMLy v1.1.
2014-02-01: HTMLy v1.0. 2014-02-01: HTMLy v1.0.
2014-01-26: RC version. 2014-01-26: RC version.
2014-01-01: Initial release. 2014-01-01: Initial release.

+ 1
- 1
system/admin/views/import.html.php View File

@ -2,7 +2,7 @@
<div class="error-message"><?php echo $error?></div> <div class="error-message"><?php echo $error?></div>
<?php } ?> <?php } ?>
<h1>Import RSS Feed 2.0</h1> <h1>Import RSS Feed 2.0</h1>
<p>By using this importer you are agree if the feed is yours.</p>
<p>By using this importer you are agree if the feed is yours, or at least you have the authority to publish it.</p>
<form method="POST"> <form method="POST">
Feed Url <span class="required">*</span> <br><input type="url" class="text <?php if (isset($url)) { if (empty($url)) { echo 'error';}} ?>" name="url"/><br><br> Feed Url <span class="required">*</span> <br><input type="url" class="text <?php if (isset($url)) { if (empty($url)) { echo 'error';}} ?>" name="url"/><br><br>
Add source link (optional) <input type="checkbox" class="checkbox" name="credit" value="yes"/><br><br> Add source link (optional) <input type="checkbox" class="checkbox" name="credit" value="yes"/><br><br>


Loading…
Cancel
Save