A compact and minimal writeboard to track projects featuring a very lightweight implementation of markdown and in-place AJAX editing.
Posts can be edited in place with a subset of markdown. They can be flagged as important or categorized as proposed, stuck, waiting for feedback, canceled or hibernating. Forms are unobtrusive and changes load instantly without page reload. The interface is clean and non distracting.
-
Copy the files to the folder you would like to run pannel from or clone with:
git clone https://github.com/reven/pannel.git .
-
Edit apache's
.htaccess
file to suit your instalation directory and server configuration; or if you use nginx, you will need to edit your config to makeindex.php
parse all the requests with something along the lines of:location /pannel/ { try_files $uri /index.php?$args; }
-
Create a database for pannel to use. There is a database descriptor in SQL format in the database.md file. Then modify your connection settings in
config.php
-
Create a user and log in.
- Add user administration capability
Implement revision comparison and managementMake markdown more standardizedTighten security of password handling
- This is a very good example of how messy code can get when you switch back and forth between languages. Spanish and english comments and code are thorroughly mixed. This is a work in progress.
- The security is lax. You should at the very least password protect the directory you install it under.
- There is no backup function.
If you find this useful in any way, feel free to leave a tip in my bitcoin address:
bc1qn7zrnkk47fzwkf5uqyaqu9dzl7mtyrh5h2ef33
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.