Skip to content

Commit d3df862

Browse files
committed
Version 6.0
1 parent 00680d0 commit d3df862

3 files changed

Lines changed: 111 additions & 111 deletions

File tree

README.md

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
1-
# ICEcoder
2-
3-
## Web IDE / browser code editor awesomeness
4-
5-
ICEcoder is a web IDE / browser based code editor, which allows you to develop websites directly within the web browser. It uses the brilliant CodeMirror for code highlighting & editing, with a slick IDE wrapped around it to make the whole thing work.
6-
7-
<img src="https://icecoder.net/images/icecoder-v6-0-beta-browser-code-editor.png" alt="ICEcoder web IDE">
8-
9-
### Requirements
10-
11-
You can run ICEcoder either online or locally, on Linux, Windows or Mac based platforms. The only requirement is to have PHP 5 available (5.3 recommended). You can have this either as a vanilla installation or via a program such as WAMP or XAMPP (for Windows) or MAMP (for Mac).
12-
13-
### Installation
14-
15-
#### Step 1: Get ICEcoder
16-
17-
Either download the zip or clone from Github using:
18-
19-
```
20-
$ git clone git://github.com/mattpass/ICEcoder
21-
```
22-
23-
#### Step 2: Place in your document root (online or local)
24-
25-
* Put in a new sub-dir URL such as yourdomain.com/ICEcoder or localhost/ICEcoder
26-
* Set write permissions (757 or 775 depending on your system) on the 'backups', 'lib', 'plugins', 'test' and 'tmp' folders
27-
28-
*(Note: A small number of web servers give an internal server error here, if you get this, try 755 instead)*
29-
30-
#### Step 3: Start coding
31-
32-
* Visit the sub-dir URL in your browser and enter a password
33-
34-
**Now you're setup, auto-logged in and ready to code!**
35-
36-
Suitable for commercial & non-commercial projects, just let me know if it's useful to you and any cool customisations you make to it. I take no responsibility for anything, your usage is all down to you.
37-
38-
It's fully open source and MIT licensed. I'm happy for you to take it, make it your own and customise to your hearts content and/or contribute to this main repo! :)
39-
40-
Plenty of comments included in the code to assist with understanding, customising etc.
41-
42-
Comments, improvements & feedback welcomed!
1+
# ICEcoder
2+
3+
## Web IDE / browser code editor awesomeness
4+
5+
ICEcoder is a web IDE / browser based code editor, which allows you to develop websites directly within the web browser. It uses the brilliant CodeMirror for code highlighting & editing, with a slick IDE wrapped around it to make the whole thing work.
6+
7+
<img src="https://icecoder.net/images/icecoder-v6-0-browser-code-editor.png" alt="ICEcoder web IDE">
8+
9+
### Requirements
10+
11+
You can run ICEcoder either online or locally, on Linux, Windows or Mac based platforms. The only requirement is to have PHP 5 available (5.3 recommended). You can have this either as a vanilla installation or via a program such as WAMP or XAMPP (for Windows) or MAMP (for Mac).
12+
13+
### Installation
14+
15+
#### Step 1: Get ICEcoder
16+
17+
Either download the zip or clone from Github using:
18+
19+
```
20+
$ git clone git://github.com/mattpass/ICEcoder
21+
```
22+
23+
#### Step 2: Place in your document root (online or local)
24+
25+
* Put in a new sub-dir URL such as yourdomain.com/ICEcoder or localhost/ICEcoder
26+
* Set write permissions (757 or 775 depending on your system) on the 'backups', 'lib', 'plugins', 'test' and 'tmp' folders
27+
28+
*(Note: A small number of web servers give an internal server error here, if you get this, try 755 instead)*
29+
30+
#### Step 3: Start coding
31+
32+
* Visit the sub-dir URL in your browser and enter a password
33+
34+
**Now you're setup, auto-logged in and ready to code!**
35+
36+
Suitable for commercial & non-commercial projects, just let me know if it's useful to you and any cool customisations you make to it. I take no responsibility for anything, your usage is all down to you.
37+
38+
It's fully open source and MIT licensed. I'm happy for you to take it, make it your own and customise to your hearts content and/or contribute to this main repo! :)
39+
40+
Plenty of comments included in the code to assist with understanding, customising etc.
41+
42+
Comments, improvements & feedback welcomed!

lib/config___users-template.php

Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,50 @@
1-
<?php
2-
$ICEcoderUserSettings = array(
3-
"versionNo" => "6.0 beta",
4-
"licenseEmail" => "[email protected]",
5-
"licenseCode" => "93be18fba1dee0e186031907422a0f8df3462568bfd0161e1504",
6-
"configCreateDate" => 0,
7-
"root" => "",
8-
"checkUpdates" => true,
9-
"openLastFiles" => true,
10-
"updateDiffOnSave" => true,
11-
"languageUser" => "english.php",
12-
"backupsKept" => true,
13-
"backupsDays" => 14,
14-
"deleteToTmp" => true,
15-
"findFilesExclude" => array(".doc",".gif",".jpg",".jpeg",".pdf",".png",".swf",".xml",".zip"),
16-
"codeAssist" => true,
17-
"visibleTabs" => false,
18-
"lockedNav" => true,
19-
"tagWrapperCommand" => "ctrl+alt",
20-
"autoComplete" => "keypress",
21-
"password" => "",
22-
"bannedFiles" => array(),
23-
"bannedPaths" => array("/var/www/.git","/var/www/sites/all/modules","/var/www/sites/default/files"),
24-
"allowedIPs" => array("*"),
25-
"autoLogoutMins" => 0,
26-
"theme" => "default",
27-
"fontSize" => "13px",
28-
"lineWrapping" => false,
29-
"lineNumbers" => true,
30-
"showTrailingSpace" => true,
31-
"matchBrackets" => true,
32-
"autoCloseTags" => true,
33-
"autoCloseBrackets" => true,
34-
"indentWithTabs" => false,
35-
"indentAuto" => true,
36-
"indentSize" => 4,
37-
"pluginPanelAligned" => "left",
38-
"bugFilePaths" => array(),
39-
"bugFileCheckTimer" => 0,
40-
"bugFileMaxLines" => 0,
41-
"githubAuthToken" => "",
42-
"plugins" => array(),
43-
"ftpSites" => array(),
44-
"githubLocalPaths" => array(),
45-
"githubRemotePaths" => array(),
46-
"previousFiles" => "",
47-
"last10Files" => "",
48-
"favoritePaths" => array()
49-
);
50-
?>
1+
<?php
2+
$ICEcoderUserSettings = array(
3+
"versionNo" => "6.0",
4+
"licenseEmail" => "[email protected]",
5+
"licenseCode" => "93be18fba1dee0e186031907422a0f8df3462568bfd0161e1504",
6+
"configCreateDate" => 0,
7+
"root" => "",
8+
"checkUpdates" => true,
9+
"openLastFiles" => true,
10+
"updateDiffOnSave" => true,
11+
"languageUser" => "english.php",
12+
"backupsKept" => true,
13+
"backupsDays" => 14,
14+
"deleteToTmp" => true,
15+
"findFilesExclude" => array(".doc",".gif",".jpg",".jpeg",".pdf",".png",".swf",".xml",".zip"),
16+
"codeAssist" => true,
17+
"visibleTabs" => false,
18+
"lockedNav" => true,
19+
"tagWrapperCommand" => "ctrl+alt",
20+
"autoComplete" => "keypress",
21+
"password" => "",
22+
"bannedFiles" => array(),
23+
"bannedPaths" => array("/var/www/.git","/var/www/sites/all/modules","/var/www/sites/default/files"),
24+
"allowedIPs" => array("*"),
25+
"autoLogoutMins" => 0,
26+
"theme" => "default",
27+
"fontSize" => "13px",
28+
"lineWrapping" => false,
29+
"lineNumbers" => true,
30+
"showTrailingSpace" => true,
31+
"matchBrackets" => true,
32+
"autoCloseTags" => true,
33+
"autoCloseBrackets" => true,
34+
"indentWithTabs" => false,
35+
"indentAuto" => true,
36+
"indentSize" => 4,
37+
"pluginPanelAligned" => "left",
38+
"bugFilePaths" => array(),
39+
"bugFileCheckTimer" => 0,
40+
"bugFileMaxLines" => 0,
41+
"githubAuthToken" => "",
42+
"plugins" => array(),
43+
"ftpSites" => array(),
44+
"githubLocalPaths" => array(),
45+
"githubRemotePaths" => array(),
46+
"previousFiles" => "",
47+
"last10Files" => "",
48+
"favoritePaths" => array()
49+
);
50+
?>

lib/settings-system-params.php

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
<?php
2-
$newConfigSettingsFile = '<?php
3-
// ICEcoder system settings
4-
$ICEcoderSettings = array(
5-
"versionNo" => "6.0 beta",
6-
"codeMirrorDir" => "CodeMirror",
7-
"docRoot" => $_SERVER[\'DOCUMENT_ROOT\'], // Set absolute path of another location if needed
8-
"demoMode" => false,
9-
"devMode" => false,
10-
"fileDirResOutput" => "none", // Can be none, raw, object, both (all but \'none\' output to console)
11-
"loginRequired" => true,
12-
"multiUser" => false,
13-
"languageBase" => "english.php",
14-
"lineEnding" => "\n",
15-
"newDirPerms" => 755,
16-
"newFilePerms" => 644,
17-
"enableRegistration" => true
18-
);
19-
?>';
1+
<?php
2+
$newConfigSettingsFile = '<?php
3+
// ICEcoder system settings
4+
$ICEcoderSettings = array(
5+
"versionNo" => "6.0",
6+
"codeMirrorDir" => "CodeMirror",
7+
"docRoot" => $_SERVER[\'DOCUMENT_ROOT\'], // Set absolute path of another location if needed
8+
"demoMode" => false,
9+
"devMode" => false,
10+
"fileDirResOutput" => "none", // Can be none, raw, object, both (all but \'none\' output to console)
11+
"loginRequired" => true,
12+
"multiUser" => false,
13+
"languageBase" => "english.php",
14+
"lineEnding" => "\n",
15+
"newDirPerms" => 755,
16+
"newFilePerms" => 644,
17+
"enableRegistration" => true
18+
);
19+
?>';
2020
?>

0 commit comments

Comments
 (0)