Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
repos
Wikimedia Small Projects
WikiSP Infrastructure
Commits
82df2c93
Commit
82df2c93
authored
Oct 12, 2022
by
Galahad (WMSP)
Browse files
Some fixes
parent
a40fabc0
Pipeline
#6674
passed with stages
in 1 minute and 18 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ceres/update.sh
View file @
82df2c93
...
...
@@ -27,10 +27,7 @@ cd ..
echo
Tomaré un cafecito...
sleep
5s
echo
Listo! Copiando LocalSettings.php y wsp-config a wiki2. Moviendo wiki2 a wikisp
cp
infrastructure/ceres/LocalSettings.php wiki2/LocalSettings.php
cp
infrastructure/ceres/Extensions.php wiki2/Extensions.php
cp
infrastructure/ceres/UserGroups.php wiki2/UserGroups.php
cp
infrastructure/ceres/Namespaces.php wiki2/Namespaces.php
cp
infrastructure/ceres/wsp-config wiki2/wsp-config
sudo
-s
mv
wiki2 /var/www/wikisp/wiki2
...
...
juno/LocalSettings.php
View file @
82df2c93
...
...
@@ -318,8 +318,8 @@ define("NS_CONFERENCE_TALK", 3007);
# ExtraNamespaces
$wgExtraNamespaces
[
NS_PROPOSAL
]
=
"Propuestas"
;
$wgExtraNamespaces
[
NS_PROPOSAL_TALK
]
=
"Propuestas_discusión"
;
$wgExtraNamespaces
[
NS_PROGRAM
]
=
"P
rogramas
"
;
$wgExtraNamespaces
[
NS_PROGRAM_TALK
]
=
"P
rogramas
_discusión"
;
$wgExtraNamespaces
[
NS_PROGRAM
]
=
"P
ortal
"
;
$wgExtraNamespaces
[
NS_PROGRAM_TALK
]
=
"P
ortal
_discusión"
;
$wgExtraNamespaces
[
NS_EVENT
]
=
"Eventos"
;
$wgExtraNamespaces
[
NS_EVENT_TALK
]
=
"Eventos_discusión"
;
$wgExtraNamespaces
[
NS_CONFERENCE
]
=
"Conferencias"
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment