-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME
25 lines (22 loc) · 823 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Project: Web Library (Open Source)
Author: Juan Pinilla
Technologies: pAjax (modified), mooTools, PHP, HTML5, CSS3, Postgresql, NY Times' Document Viewer
Files:
- www:
- demo.com: Main web page
- s.demo.com: It containts all static content, converted books (biggest files XD)
- hide.demo.com: It should not be accessible from internet, just for local access to apache
- sql
- database: Show how to create and configure the postgres database
- script.sql: Contents the schema
- pl.sql: Contents the plsql functions
TODO
- Recode www/demo.com on html5boilerplate without mootools
- Modify pAjax to work with jQuery
- Use jQuery instead of mooTools
- Create templates system
- Create languages support (test using po - mo)
- Add support to mysql
- Admin module
- Script convert.sh - Executable from php
- Create wiki