/[LeafOK_CVS]/fenglin/README.md
ViewVC logotype

Diff of /fenglin/README.md

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.14 by sysadm, Sat Jan 10 06:48:17 2026 UTC Revision 1.15 by sysadm, Thu Jan 22 04:43:15 2026 UTC
# Line 32  Chinese version: [README.zh_CN.md](READM Line 32  Chinese version: [README.zh_CN.md](READM
32    
33  **Features:**  **Features:**
34  - Web-based article browsing, posting, searching, and other basic functions  - Web-based article browsing, posting, searching, and other basic functions
35    - **Advanced Search Capabilities:**
36      - Solr-powered full-text search with Chinese language support
37      - Search by user ID (UID), username, or nickname
38      - Advanced search v2 with filtering by date range, section, and content type
39      - Support for searching original posts vs. replies
40      - Filter by excerpted articles only
41  - Support for multiple categories and sections, each with discussion areas, digest areas, and featured areas  - Support for multiple categories and sections, each with discussion areas, digest areas, and featured areas
42  - Comprehensive moderator management support  - Comprehensive moderator management support
43    - **Modern Architecture:**
44      - Refactored Lightweight Markup Language (LML) renderer with improved performance
45      - User timezone support for localized date/time display
46      - Theme support for major features
47  - Optional Telnet access for login, article viewing, games, etc. (see [lbbs](https://github.com/leafok/lbbs) for details)  - Optional Telnet access for login, article viewing, games, etc. (see [lbbs](https://github.com/leafok/lbbs) for details)
48    
49  **Demo site:** https://fenglin.info/bbs/  **Demo site:** https://fenglin.info/bbs/
# Line 60  composer install --prefer-dist --no-scri Line 70  composer install --prefer-dist --no-scri
70    - Site information: Edit `conf/site.conf.php`    - Site information: Edit `conf/site.conf.php`
71    - Database connection: Edit `conf/db_conn.conf.php`    - Database connection: Edit `conf/db_conn.conf.php`
72    - Email sending: Edit `conf/smtp.conf.php` (supports both SMTP and local sendmail)    - Email sending: Edit `conf/smtp.conf.php` (supports both SMTP and local sendmail)
73      - **Solr search** (optional): Edit `conf/solr.conf.php` if using Solr for advanced search features
74        - Default configuration assumes Solr running on `localhost:8983` with core `lbbs`
75        - Update hostname, port, authentication, and path as needed
76    
77  ### 4. Site Customization  ### 4. Site Customization
78  - Modify `lib/common.inc.php` for site-specific configurations  - Modify `lib/common.inc.php` for site-specific configurations
# Line 149  docker compose exec web bash Line 162  docker compose exec web bash
162  Copyright (C) 2004-2026 Leaflet <leaflet@leafok.com>  Copyright (C) 2004-2026 Leaflet <leaflet@leafok.com>
163    
164  ## License  ## License
165  This program is free software; you can redistribute it and/or modify it under the terms of the [GNU General Public License](LICENSE) as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.  This program is free software; you can redistribute it and/or modify it under the terms of the [GNU General Public License](LICENSE) as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1