|
About:
Ajaqs is a Web application that organizes FAQs on a per-project basis. The UI is templatized, the content is internationalized, and the styles are highly configurable. Secure login is provided via webapp security constraints. The backend uses an O-R mapping tool to achieve independence of database-specific queries. RSS feeds provide subscribers continuous updates on a per-project or per-FAQ basis. FAQs are dynamically served up as HTML pages, and can optionally be streamed to clients as PDF content.
Author:
kodeCharlie <kodecharlie |at| users |dot| sourceforge |dot| net>
[contact developer]
Homepage:
http://ajaqs.sourceforge.net
Zip:
http://prdownloads.sourceforge.net/ajaqs/ajaqs-src-03-24-2006.zip?download
CVS tree (cvsweb):
http://ajaqs.cvs.sourceforge.net/
Trove categories:
[change]
| [Development Status] | | 3 - Alpha | | [Environment] | | Web Environment, Web Mozilla | | [Intended Audience] | | Developers, Quality Engineers, System Administrators | | [License] | | OSI Approved :: GNU General Public License (GPL) | | [Operating System] | | OS Independent | | [Programming Language] | | Java, SQL | | [Topic] | | Information Management, Internet, Internet :: WWW/HTTP, Internet :: WWW/HTTP :: Dynamic Content, Internet :: WWW/HTTP :: Dynamic Content :: Message Boards, Internet :: WWW/HTTP :: Indexing/Search, Office/Business, Office/Business :: Groupware, Software Development, Software Development :: Documentation |
Dependencies:
[change]
No dependencies filed
|
|
» Rating:
(not rated)
» Vitality: 0.01% (Rank 4443)
» Popularity: 1.07% (Rank 5442)

(click to enlarge graphs)
Record hits: 16,379
URL hits: 4,457
Subscribers: 20
|
|
Branches
Releases
|
Version
|
Focus
|
Date
|
|
1.1.6.3
|
Minor feature enhancements |
24-Mar-2006 18:32 |
|
1.1.6.2
|
Minor feature enhancements |
23-Mar-2006 18:37 |
|
1.1.6.1
|
Minor feature enhancements |
02-Oct-2005 19:13 |
|
1.1.6
|
Major feature enhancements |
16-Sep-2005 08:43 |
|
1.1.5
|
Minor feature enhancements |
13-Sep-2005 05:37 |
|
1.1.4
|
Minor bugfixes |
10-Sep-2005 08:36 |
|
1.1.3
|
Minor feature enhancements |
07-Sep-2005 07:01 |
|
1.1.2
|
Minor feature enhancements |
05-Sep-2005 07:30 |
|
1.1.1
|
Minor feature enhancements |
30-Aug-2005 06:42 |
|
1.1
|
Minor bugfixes |
18-Aug-2005 13:51 |
Comments
[»]
Bug fix for creating projects from admin front-end.
by kodeCharlie - Oct 1st 2003 10:31:00
In src/com/beardediris/ajaqs/util/NewProject.java,
just set the 'true' to 'false' in line 84, as so:
Collection all = query.getAllFaqUsers(false);
-- kodeCharlie
[reply]
[top]
[»]
Porting to PostgreSQL
by kodeCharlie - Sep 6th 2003 09:38:19
To get Ajaqs to work with PostgreSQL, you must
use the database.xml configuration because PoolMan
will not work with the PostgreSQL driver.
-- kodeCharlie
[reply]
[top]
|