Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
appleorange1
website
Commits
341a9302
Commit
341a9302
authored
7 years ago
by
Daniel Brötzmann
Browse files
Options
Downloads
Patches
Plain Diff
Fix link to Wiki and some typos in Downloads section
parent
5d3ed662
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Design.php
+1
-1
1 addition, 1 deletion
Design.php
downloads.php
+12
-12
12 additions, 12 deletions
downloads.php
with
13 additions
and
13 deletions
Design.php
+
1
−
1
View file @
341a9302
...
...
@@ -87,7 +87,7 @@ function Entete ($titre, $texte, $p="")
_
(
"Screenshots"
)
=>
"screenshots.php"
,
_
(
"Download"
)
=>
"downloads.php"
,
_
(
"Documentation"
)
=>
"docs.php"
,
_
(
"Wiki"
)
=>
"http://
trac
.gajim.org/
wiki
"
,
_
(
"Wiki"
)
=>
"http
s
://
dev
.gajim.org/
gajim/gajim/wikis/home
"
,
_
(
"Development"
)
=>
"dev.php"
);
if
(
strpos
(
$_SERVER
[
'SCRIPT_NAME'
],
'docs.php'
))
...
...
This diff is collapsed.
Click to expand it.
downloads.php
+
12
−
12
View file @
341a9302
...
...
@@ -134,25 +134,25 @@ print (" <br/>\n");
print
(
" <br/>
\n
"
);
print
_
(
" A daily package from git is also built. To use it:"
);
print
" <br/>
\n
"
;
print
_
(
"
r
emove
g
ajim:"
);
print
_
(
"
R
emove
G
ajim:"
);
print
" <br/>
\n
"
;
print
" <i>sudo apt-get remove gajim</i>"
;
print
" <br/>
\n
"
;
print
_
(
"
a
dd
the GPG key:"
);
print
_
(
"
A
dd the GPG key:"
);
print
" <br/>
\n
"
;
print
" <i>wget -q https://gajim.org/gajim.key -O - | apt-key add -</i>"
;
print
" <br/>
\n
"
;
print
_
(
"
a
dd
the repository:"
);
print
_
(
"
A
dd the repository:"
);
print
" <br/>
\n
"
;
print
"sudo sh -c
\"
echo deb ftp://ftp.gajim.org/debian unstable main > /etc/apt/sources.list.d/gajim.list
\"
"
;
print
" <br/>
\n
"
;
print
_
(
"
u
pdate
the repository:"
);
print
_
(
"
U
pdate the repository:"
);
print
" <br/>
\n
"
;
print
" <i>sudo apt-get update</i>"
;
print
" <br/>
\n
"
;
print
_
(
"
a
nd install
it
by doing:"
);
print
_
(
"
A
nd install
Gajim
by doing:"
);
print
" <br/>
\n
"
;
print
" <i>sudo apt-get install gajim-nightly</i>n"
;
print
" <i>sudo apt-get install gajim-nightly</i>
\
n
"
;
print
"</div>
\n
"
;
#4)Fedora
...
...
@@ -214,25 +214,25 @@ print ("<br/>\n");
print
(
" <br/>
\n
"
);
print
_
(
" A daily package from git is also built. To use it:"
);
print
" <br/>
\n
"
;
print
_
(
"
r
emove
g
ajim:"
);
print
_
(
"
R
emove
G
ajim:"
);
print
" <br/>
\n
"
;
print
" <i>sudo apt-get remove gajim</i>"
;
print
" <br/>
\n
"
;
print
_
(
"
a
dd
the GPG key:"
);
print
_
(
"
A
dd the GPG key:"
);
print
" <br/>
\n
"
;
print
" <i>wget -q https://gajim.org/gajim.key -O - | apt-key add -</i>"
;
print
" <br/>
\n
"
;
print
_
(
"
a
dd
the repository:"
);
print
_
(
"
A
dd the repository:"
);
print
" <br/>
\n
"
;
print
"sudo sh -c
\"
echo deb ftp://ftp.gajim.org/debian unstable main > /etc/apt/sources.list.d/gajim.list
\"
"
;
print
" <br/>
\n
"
;
print
_
(
"
u
pdate
the repository:"
);
print
_
(
"
U
pdate the repository:"
);
print
" <br/>
\n
"
;
print
" <i>sudo apt-get update</i>"
;
print
" <br/>
\n
"
;
print
_
(
"
a
nd install
it
by doing:"
);
print
_
(
"
A
nd install
Gajim
by doing:"
);
print
" <br/>
\n
"
;
print
" <i>sudo apt-get install gajim-nightly</i>n"
;
print
" <i>sudo apt-get install gajim-nightly</i>
\
n
"
;
print
"</div>
\n
"
;
#13)Windows
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment