forked from nugget/ergkeeper
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move web stuff to its own namespace for collission management with
macnugget_web stuff.
- Loading branch information
Showing
13 changed files
with
173 additions
and
169 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
array set DB { | ||
array set ergDB { | ||
dbname ergkeeper | ||
host localhost | ||
port 5432 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<? | ||
package require ergkeeper | ||
|
||
page_init | ||
page_response | ||
page_head | ||
::ergkeeper::page_init | ||
::ergkeeper::page_response | ||
::ergkeeper::page_head | ||
|
||
|
||
page_foot | ||
page_term | ||
::ergkeeper::page_foot | ||
::ergkeeper::page_term | ||
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<? | ||
package require ergkeeper | ||
|
||
page_init | ||
page_response | ||
page_head | ||
::ergkeeper::page_init | ||
::ergkeeper::page_response | ||
::ergkeeper::page_head | ||
|
||
page_foot | ||
page_term | ||
::ergkeeper::page_foot | ||
::ergkeeper::page_term | ||
?> |
Oops, something went wrong.