Skip to content

Commit

Permalink
Prepare for v1.1
Browse files Browse the repository at this point in the history
Prepare to release HTMLy v.1.1
  • Loading branch information
danpros committed Feb 8, 2014
1 parent 84aeef1 commit 2422c40
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Features
- SEO friendly URLs
- Teaser thumbnail for images and Youtube videos
- Responsive design
- User role

Requirements
------------
Expand All @@ -50,6 +51,14 @@ Rename `config.ini.example` inside `config` folder to `config.ini` or you can cr
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`.

Both Online or Offline
Expand Down
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
2014-02-08: HTMLy v1.1.
2014-02-01: HTMLy v1.0.
2014-01-26: RC version.
2014-01-01: Initial release.
2 changes: 1 addition & 1 deletion system/admin/views/import.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="error-message"><?php echo $error?></div>
<?php } ?>
<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">
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>
Expand Down

0 comments on commit 2422c40

Please sign in to comment.