Skip to content

Commit 272435f

Browse files
committed
trying to fix links for readthedocs
1 parent 957ecb0 commit 272435f

File tree

174 files changed

+577
-575
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

174 files changed

+577
-575
lines changed

README.md

+11-9
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
# Bigace Documentation
22

3-
Our goal is to provide you with everything you need to work with BIGACE.
4-
5-
Welcome to the documentation for the BIGACE CMS!
6-
- [Install BIGACE](bigace/installation) - Step-by-step to your new Bigace driven website
7-
- [Upgrade your System](bigace/upgrade) - Step-by-step to the next Bigace Version
8-
- [Plugins & Extensions](bigace/extensions) - A list of existing addon's, plugins, templates and modules
9-
- [User Manual](bigace/manual) - Using BIGACE and its Administration, editing content, resizing images ...
10-
- [Developer](bigace/developer) - Extending Bigace with your code. Write plugins, design layouts
11-
- [Administrator](bigace/administration) - Administrate and configure your Bigace installation
3+
Welcome to the documentation for the BIGACE CMS!
4+
5+
This documentation looks funky, as it is an auto-import from a dokuwiki installation, using the [DokuWiki-to-Markdown-Converter](https://github.com/ludoza/DokuWiki-to-Markdown-Converter).
6+
It was imported to keep the history of Bigace alive, without the need of hosting the old infrastructure.
7+
8+
* [Install BIGACE](bigace/installation) - Step-by-step to your new Bigace driven website
9+
* [Upgrade your System](bigace/upgrade) - Step-by-step to the next Bigace Version
10+
* [Plugins & Extensions](bigace/extensions) - A list of existing addon's, plugins, templates and modules
11+
* [User Manual](bigace/manual) - Using BIGACE and its Administration, editing content, resizing images ...
12+
* [Developer](bigace/developer) - Extending Bigace with your code. Write plugins, design layouts
13+
* [Administrator](bigace/administration) - Administrate and configure your Bigace installation
1214

1315
# Development
1416

bigace/admin_themes.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Admin Themes customize the Look and Feel of the Administration the way you like
44
It is possible to change Images, Stylesheet and even the Templates.
55

66

7-
* Here is a [HOWTO for creating own Administration Themes](bigace/developer/admintheme).
7+
* Here is a [HOWTO for creating own Administration Themes](developer/admintheme).
88

9-
* Here is a [list of all available Administration Themes](bigace/extensions/admintheme).
9+
* Here is a [list of all available Administration Themes](extensions/admintheme).
1010

1111

bigace/administration.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -4,38 +4,38 @@ Please choose any article of interest.
44

55
# User
66

7-
1. Configuration of [available User attributes](bigace/administration/userattributes)
7+
1. Configuration of [available User attributes](administration/userattributes)
88

99
# Languages
1010

11-
1. Creating new [Languages](bigace/administration/languages)
12-
2. Migrating to [UTF8](bigace/administration/utf8)
11+
1. Creating new [Languages](administration/languages)
12+
2. Migrating to [UTF8](administration/utf8)
1313

1414
# Updates
1515

16-
1. Creating a new [Update/Extension](bigace/update)
17-
2. Available [Extensions](bigace/extensions)
18-
3. Administration of [Updates](bigace/manual/updates)
16+
1. Creating a new [Update/Extension](update)
17+
2. Available [Extensions](extensions)
18+
3. Administration of [Updates](manual/updates)
1919

2020
# Search
2121

22-
1. Integration of [Search](bigace/administration/search) into your Website design
22+
1. Integration of [Search](administration/search) into your Website design
2323

2424
# Editors
2525

26-
1. Configuration and updating of [FCKeditor](bigace/administration/fckeditor)
26+
1. Configuration and updating of [FCKeditor](administration/fckeditor)
2727

2828
# Security
2929

30-
1. [.htaccess Security](bigace/administration/htaccess) of your files
31-
2. [Password salting](bigace/administration/salting)
32-
3. Using [SSL](bigace/administration/ssl) for authentication and administration
30+
1. [.htaccess Security](administration/htaccess) of your files
31+
2. [Password salting](administration/salting)
32+
3. Using [SSL](administration/ssl) for authentication and administration
3333

3434
# Mixed up
3535

36-
1. The most important [configuration files](bigace/administration/configfiles) at a glance
37-
2. BIGACE [URL Rewriting](bigace/administration/urlrewriting) features
38-
3. [Database tuning](bigace/administration/databasetuning) can increase the speed of item calls
36+
1. The most important [configuration files](administration/configfiles) at a glance
37+
2. BIGACE [URL Rewriting](administration/urlrewriting) features
38+
3. [Database tuning](administration/databasetuning) can increase the speed of item calls
3939

4040

4141

bigace/administration/bigaceconfig.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ If you accidentally deleted it, you can recreate by pasting the following code i
3030
);
3131

3232

33-
Note: It is correct that there is no closing PHP Tag ?> - read [bigace:developer:codeconventions](bigace/developer/codeconventions).
33+
Note: It is correct that there is no closing PHP Tag ?> - read [bigace:developer:codeconventions](developer/codeconventions).

bigace/administration/change-server.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ After you moved database and filesystem to the new machine, you can now change t
5050

5151
## Environment changed
5252

53-
If your new webhost does not support URL Rewriting and you want to turn it off, or you want to activate it because your new hoster supports .htaccess files, please read the [URL Rewriting](bigace/administration/urlrewriting) Guide.
53+
If your new webhost does not support URL Rewriting and you want to turn it off, or you want to activate it because your new hoster supports .htaccess files, please read the [URL Rewriting](administration/urlrewriting) Guide.
5454

55-
If you now run in a subfolder of your domain, read how to change that in the config file [consumer.ini](bigace/manual/community#consumer.ini).
55+
If you now run in a subfolder of your domain, read how to change that in the config file [consumer.ini](manual/community#consumer.ini).
5656

5757
# SEO
5858

bigace/administration/configfiles.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ System wide configurations can be found in Config Files within the directory **/
99
**config.system.php**
1010
In dieser Datei finden sich die wichtigsten Einstellungen, z.B. die Verbindungsdaten zur Datenbank. Diese Datei ist interessant für Systemadministratoren, hier können unter anderem Session Einstellungen verändert werden.
1111

12-
**[consumer.ini](bigace/manual/community#consumer.ini)**
12+
**[consumer.ini](manual/community#consumer.ini)**
1313
Hier finden Sie die Verknüpfungen zwischen Domain Namen zu Consumer ID, Wartungsarbeiten und Default Consumer. Zum Editieren dieser Datei stehen mehrere Administratrationsmasken zur Verfügung. Es wird dringend davon abgeraten diese Datei manuell anzupassen!
1414

1515
**mimetypes.ini**
@@ -21,7 +21,7 @@ Diese Datei ist ein elementarer Bestandteil des Core Systems, hier werden die Im
2121

2222
## Community Configurations
2323

24-
Community dependend configurations can be found in your Community Directory [/consumer/cid{CID}/config/](bigace/cid_cid).
24+
Community dependend configurations can be found in your Community Directory [/consumer/cid{CID}/config/](cid_cid).
2525

2626
**config.system.cid{CID}.inc.php**
2727
Alle hier aufgeführten Werte überschreiben die Einstellungen der Datei config.system.php (siehe auch the section called “System Configurations”). Die so überschriebenen Einstellungen gelten dann nur für den jeweiligen Consumer.

bigace/administration/databasetuning.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ You have the abbility to define which columns may be fetched from the Database f
44

55
A configuration holds all columns for the several Itemtypes.
66

7-
Look at the File [/consumer/cid{CID}/config/config.select.inc.php](bigace/cid_cid) for further information. Tuning these select columns may result in better performance.
7+
Look at the File [/consumer/cid{CID}/config/config.select.inc.php](cid_cid) for further information. Tuning these select columns may result in better performance.
88

99
**Tip:** If the system might not be running after modifing the configuration, use the backup file from **/consumer/cid{CID}/config/config.select.inc.php**.

bigace/administration/fckeditor.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If you want to add new settings or edit the existing configuration, scroll down
2323

2424
## Dynamic configurations
2525

26-
**Toolbar:** You can (Community-wide) change which toolbar is used by the FCKeditor. Therefor edit the [Configuration](bigace/manual/configurations) entry **editor** -> **fckeditor.toolbar**.
26+
**Toolbar:** You can (Community-wide) change which toolbar is used by the FCKeditor. Therefor edit the [Configuration](manual/configurations) entry **editor** -> **fckeditor.toolbar**.
2727

2828
Possible values are:
2929

bigace/administration/filelogger.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Two simple steps are required:
88

99
## Activate File Logger
1010

11-
Read how to [configure the logger class](bigace/developer/logger).
11+
Read how to [configure the logger class](developer/logger).
1212

1313
## Reload the page
1414

@@ -26,9 +26,9 @@ Logfiles have the format "system_log_" + YEAR + "_" + MONTH + "_" + DAY + ".txt"
2626
## More about logging
2727

2828

29-
* [bigace:manual:configurations:system:logger.loglevel](bigace/manual/configurations/system/logger.loglevel)
29+
* [bigace:manual:configurations:system:logger.loglevel](manual/configurations/system/logger.loglevel)
3030

31-
* [bigace:developer:logger](bigace/developer/logger)
31+
* [bigace:developer:logger](developer/logger)
3232

33-
* [bigace:extensions:development:firephp](bigace/extensions/development/firephp)
33+
* [bigace:extensions:development:firephp](extensions/development/firephp)
3434

bigace/administration/htaccess.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Links of interest:
22

3-
* [URL Rewriting](bigace/administration/urlrewriting) via .htaccess files
4-
* Using [SSL](bigace/administration/ssl) encryption
5-
* [Password salting](bigace/administration/salting) to fight dictionary attacks
3+
* [URL Rewriting](administration/urlrewriting) via .htaccess files
4+
* Using [SSL](administration/ssl) encryption
5+
* [Password salting](administration/salting) to fight dictionary attacks
66

77
# Security
88

bigace/administration/languages.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ In a default installation you can find:
1616

1717
* Dutch (available as extension)
1818

19-
* [Swedish](bigace/extensions/language/se) (available as extension)
19+
* [Swedish](extensions/language/se) (available as extension)
2020

2121

2222
# Creating Languages

bigace/administration/lighthttpd.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# BIGACE with LightHTTPD
22

3-
BIGACE was originally designed for Apache. Out of the Box, BIGACE only support Apache Rewrite Rules, so if you want to use BIGACE [URL Rewriting](bigace/administration/urlrewriting) feature with [LightHTTPD](bigace/administration/lighthttpd) you have to apply some manual changes.
3+
BIGACE was originally designed for Apache. Out of the Box, BIGACE only support Apache Rewrite Rules, so if you want to use BIGACE [URL Rewriting](administration/urlrewriting) feature with [LightHTTPD](administration/lighthttpd) you have to apply some manual changes.
44

55
Thanks to [Gizmor](http://www.gizmor.org/) for this code!
66

bigace/administration/reset-user-passwort-with-sql.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
This article describes quickly how you can find a user in the database and how you can reset a password with plain SQL.
44

5-
You need to find out your [Community ID](bigace/manual/community) first, which you can see in the administration, the Community config file or in the hidden page footer. Please insert this CID in the next SQL queries where you see {CID}.
5+
You need to find out your [Community ID](manual/community) first, which you can see in the administration, the Community config file or in the hidden page footer. Please insert this CID in the next SQL queries where you see {CID}.
66

7-
Please also extend the tablename "user" with the [database prefix](bigace/manual/database) if you use one.
7+
Please also extend the tablename "user" with the [database prefix](manual/database) if you use one.
88

99
## Find (a) user in the database
1010

bigace/administration/search.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Last but not least:
5858

5959
* $result -> the results of your query (see below for more information)
6060

61-
If you use a custom Template, you should use your own stylesheet by using the [{stylesheet}](bigace/smarty_tags/stylesheet) TAG.
61+
If you use a custom Template, you should use your own stylesheet by using the [{stylesheet}](smarty_tags/stylesheet) TAG.
6262

6363
You could even customize the complete Search formular and the Search result by editing the Template "APPLICATION-SEARCH".
6464

bigace/administration/urlrewriting.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ BIGACE supports beauty URLs by using URL Rewriting features for URLs like **/big
44

55
Since BIGACE 2.4 we support even unqiue URLs like **/news.html** or **/beispiel.jpg**.
66

7-
Read more about [.htaccess security](bigace/administration/htaccess).
7+
Read more about [.htaccess security](administration/htaccess).
88

9-
NOTE: BIGACE supports [LightHTTPD](bigace/administration/lighthttpd), please see the linked article.
9+
NOTE: BIGACE supports [LightHTTPD](administration/lighthttpd), please see the linked article.
1010

1111
# Requirements
1212

bigace/administration/userattributes.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ User-attributes (also called user-data) are free-text values that are accessible
55
Which attributes are available (and how they are named) is a matter of configuration.
66

77
You can customize, which attributes are available by editing the file:
8-
[/consumer/cid{CID}/config/user_attributes.ini](bigace/cid_cid).
8+
[/consumer/cid{CID}/config/user_attributes.ini](cid_cid).
99

1010
Please note, that there is a difference between user-data and user-settings (like language and email address).
1111

1212
## Read more
1313

14-
* [bigace:developer:userdata](bigace/developer/userdata) - accessing user-data and user-settings
14+
* [bigace:developer:userdata](developer/userdata) - accessing user-data and user-settings

bigace/administration/utf8.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ How ever you are going to convert your data, the first thing __you have to do__
2525
There are two ways:
2626

2727
1. Manually, as stated above OR ...
28-
2. ... by using the [BIGACE UTF8 conversion helper](bigace/administration/utf8-conversion).
28+
2. ... by using the [BIGACE UTF8 conversion helper](administration/utf8-conversion).
2929

3030
## Examples
3131

@@ -146,7 +146,7 @@ These steps need to be done after EACH future update, so please think about swit
146146

147147
## Link list regarding UTF-8 conversion
148148

149-
There are a lot of tutorials out there, but those helped me creating the [conversion helper](bigace/administration/utf8-conversion):
149+
There are a lot of tutorials out there, but those helped me creating the [conversion helper](administration/utf8-conversion):
150150

151151

152152
* http://www.phpwact.org/php/i18n/utf-8/mysql

bigace/captcha.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ Configuration:
1414

1515
## Securimage
1616

17-
See [bigace:extensions:captcha:securimage](bigace/extensions/captcha/securimage).
17+
See [bigace:extensions:captcha:securimage](extensions/captcha/securimage).

bigace/developer.md

+23-23
Original file line numberDiff line numberDiff line change
@@ -1,71 +1,71 @@
11
# Developer manual
22

33

4-
* [PHP API](bigace/developer/phpdoc) - the PHP documentation (API) for BIGACE ...
4+
* [PHP API](developer/phpdoc) - the PHP documentation (API) for BIGACE ...
55

6-
* [Classes](bigace/developer/classes) - ... and how to use them in your code
6+
* [Classes](developer/classes) - ... and how to use them in your code
77

8-
* [Templates](bigace/developer/template) - what they are and how to customize them
8+
* [Templates](developer/template) - what they are and how to customize them
99

1010
**Extending Bigace:**
1111

1212
* [.:plugins](./plugins) - Plugins can hook into the core of Bigace
1313

1414
* [.:developer:hooks](./developer/hooks) - Register a Hook and execute a function or filter when it is called
1515

16-
* [Extensions](bigace/update) - how to build installable Extension-Package (package format ZIP)
16+
* [Extensions](update) - how to build installable Extension-Package (package format ZIP)
1717

18-
* [Modules](bigace/modules) - display dynamic data in your page
18+
* [Modules](modules) - display dynamic data in your page
1919

2020
**Smarty**:
2121

22-
* [Smarty](bigace/developer/smarty) - Smarty for Bigace & further links
22+
* [Smarty](developer/smarty) - Smarty for Bigace & further links
2323

24-
* [Smarty Tags](bigace/smarty_tags) - for templates customization & dynamic data
24+
* [Smarty Tags](smarty_tags) - for templates customization & dynamic data
2525

26-
* [Smarty Templates](bigace/developer/smarty/tutorial) - Step-by-Step to create a design
26+
* [Smarty Templates](developer/smarty/tutorial) - Step-by-Step to create a design
2727

28-
* [Search](bigace/administration/search) - integrate search in your design
28+
* [Search](administration/search) - integrate search in your design
2929

3030
## Bigace 2.x specific
3131

3232
The following list is related to Bigace 2.x:
3333

3434
**Core API**:
3535

36-
* [Access database](bigace/developer/db_framework) - use the BIGACE db framework
36+
* [Access database](developer/db_framework) - use the BIGACE db framework
3737

38-
* [Core Libraries](bigace/developer/system_libs) - important BIGACE core functions
38+
* [Core Libraries](developer/system_libs) - important BIGACE core functions
3939

40-
* [Translations](bigace/developer/translations) - enable your extension for multiple languages
40+
* [Translations](developer/translations) - enable your extension for multiple languages
4141

42-
* [Userdata](bigace/developer/userdata) - read userdata and settings
42+
* [Userdata](developer/userdata) - read userdata and settings
4343

4444
**More stuff:**
4545

4646

47-
* [Portlets](bigace/developer/portlet) - create them for use in your templates
47+
* [Portlets](developer/portlet) - create them for use in your templates
4848

49-
* [Editor Framework](bigace/developer/v2/editor) - integrate a new editor
49+
* [Editor Framework](developer/v2/editor) - integrate a new editor
5050

51-
* [Admin Themes](bigace/developer/v2/admintheme) - customize the administration look & feel
51+
* [Admin Themes](developer/v2/admintheme) - customize the administration look & feel
5252

53-
* [Integrate Zend Framework](bigace/developer/v2/zend) - to extend your applications with this rich API
53+
* [Integrate Zend Framework](developer/v2/zend) - to extend your applications with this rich API
5454

55-
* [bigace:developer:database](bigace/developer/database) - a short review of the Bigace database structure
55+
* [bigace:developer:database](developer/database) - a short review of the Bigace database structure
5656

57-
* [bigace:developer:logger](bigace/developer/logger) - different logger for your needs
57+
* [bigace:developer:logger](developer/logger) - different logger for your needs
5858

5959
**Code Snippets:**
6060

6161

62-
* [Fetch a Category Tree](bigace/developer/code_snippets/category_tree) and loop above its entries
62+
* [Fetch a Category Tree](developer/code_snippets/category_tree) and loop above its entries
6363

64-
* [BIGACE AJAX](bigace/developer/code_snippets/ajax_items) - fetch item information without reloading pages
64+
* [BIGACE AJAX](developer/code_snippets/ajax_items) - fetch item information without reloading pages
6565

66-
* [bigace:developer:v2:module_admin](bigace/developer/v2/module_admin) - display a link to edit module-settings and how to read them
66+
* [bigace:developer:v2:module_admin](developer/v2/module_admin) - display a link to edit module-settings and how to read them
6767

68-
* [bigace:developer:v2:module_content](bigace/developer/v2/module_content) - display page content in your module
68+
* [bigace:developer:v2:module_content](developer/v2/module_content) - display page content in your module
6969
## Bigace 3.0 specific
7070

7171
**Templates:**

bigace/developer/admintheme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ Creating a new theme is easy if you know CSS, as a theme is not more than a CSS
1010

1111
* Adjust the CSS settings in ''theme_new.css'' and save the file
1212

13-
* Go to [bigace:manual:configurations](bigace/manual/configurations) and change the key "admin/theme" from "theme_blue" to "theme_new"
13+
* Go to [bigace:manual:configurations](manual/configurations) and change the key "admin/theme" from "theme_blue" to "theme_new"
1414

1515
* Enjoy your new theme
1616

1717
## See also
1818

1919

20-
* [Bigace 2.x Admin themes](bigace/developer/v2/admintheme)
20+
* [Bigace 2.x Admin themes](developer/v2/admintheme)

0 commit comments

Comments
 (0)