Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
asylum
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
a-guile-mind
asylum
Compare Revisions
6c8b2f73455978767bd0fbd378388d2ad29405ed...2fdfd7428042be8ee9ca7c3ba0d4b9347828e79b
Source
2fdfd7428042be8ee9ca7c3ba0d4b9347828e79b
Select Git revision
...
Target
6c8b2f73455978767bd0fbd378388d2ad29405ed
Select Git revision
Compare
Commits (2)
README: s/guile-presence/culturia/
· 935a0053
amirouche
authored
Feb 03, 2018
935a0053
web: bring back setlocale
· 2fdfd742
amirouche
authored
Feb 03, 2018
2fdfd742
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
README.org
README.org
+2
-2
web.scm
src/web.scm
+1
-1
No files found.
README.org
View file @
2fdfd742
*
guile-presence
*
culturia
guile-presence
is an application written in GNU Guile that will allow
culturia
is an application written in GNU Guile that will allow
to share messages, posts, code and links.
src/web.scm
View file @
2fdfd742
...
...
@@ -35,7 +35,7 @@ exec guile -L $(pwd) -e '(@ (web) main)' -s "$0" "$@"
(
use-modules
((
web
style
)))
(
use-modules
((
web
validate
)))
;;
(setlocale LC_ALL "")
(
setlocale
LC_ALL
""
)
;;;
...
...