Initial commit
674
COPYING-CODE
Normal file
@ -0,0 +1,674 @@
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 3, 29 June 2007
|
||||
|
||||
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
Preamble
|
||||
|
||||
The GNU General Public License is a free, copyleft license for
|
||||
software and other kinds of works.
|
||||
|
||||
The licenses for most software and other practical works are designed
|
||||
to take away your freedom to share and change the works. By contrast,
|
||||
the GNU General Public License is intended to guarantee your freedom to
|
||||
share and change all versions of a program--to make sure it remains free
|
||||
software for all its users. We, the Free Software Foundation, use the
|
||||
GNU General Public License for most of our software; it applies also to
|
||||
any other work released this way by its authors. You can apply it to
|
||||
your programs, too.
|
||||
|
||||
When we speak of free software, we are referring to freedom, not
|
||||
price. Our General Public Licenses are designed to make sure that you
|
||||
have the freedom to distribute copies of free software (and charge for
|
||||
them if you wish), that you receive source code or can get it if you
|
||||
want it, that you can change the software or use pieces of it in new
|
||||
free programs, and that you know you can do these things.
|
||||
|
||||
To protect your rights, we need to prevent others from denying you
|
||||
these rights or asking you to surrender the rights. Therefore, you have
|
||||
certain responsibilities if you distribute copies of the software, or if
|
||||
you modify it: responsibilities to respect the freedom of others.
|
||||
|
||||
For example, if you distribute copies of such a program, whether
|
||||
gratis or for a fee, you must pass on to the recipients the same
|
||||
freedoms that you received. You must make sure that they, too, receive
|
||||
or can get the source code. And you must show them these terms so they
|
||||
know their rights.
|
||||
|
||||
Developers that use the GNU GPL protect your rights with two steps:
|
||||
(1) assert copyright on the software, and (2) offer you this License
|
||||
giving you legal permission to copy, distribute and/or modify it.
|
||||
|
||||
For the developers' and authors' protection, the GPL clearly explains
|
||||
that there is no warranty for this free software. For both users' and
|
||||
authors' sake, the GPL requires that modified versions be marked as
|
||||
changed, so that their problems will not be attributed erroneously to
|
||||
authors of previous versions.
|
||||
|
||||
Some devices are designed to deny users access to install or run
|
||||
modified versions of the software inside them, although the manufacturer
|
||||
can do so. This is fundamentally incompatible with the aim of
|
||||
protecting users' freedom to change the software. The systematic
|
||||
pattern of such abuse occurs in the area of products for individuals to
|
||||
use, which is precisely where it is most unacceptable. Therefore, we
|
||||
have designed this version of the GPL to prohibit the practice for those
|
||||
products. If such problems arise substantially in other domains, we
|
||||
stand ready to extend this provision to those domains in future versions
|
||||
of the GPL, as needed to protect the freedom of users.
|
||||
|
||||
Finally, every program is threatened constantly by software patents.
|
||||
States should not allow patents to restrict development and use of
|
||||
software on general-purpose computers, but in those that do, we wish to
|
||||
avoid the special danger that patents applied to a free program could
|
||||
make it effectively proprietary. To prevent this, the GPL assures that
|
||||
patents cannot be used to render the program non-free.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow.
|
||||
|
||||
TERMS AND CONDITIONS
|
||||
|
||||
0. Definitions.
|
||||
|
||||
"This License" refers to version 3 of the GNU General Public License.
|
||||
|
||||
"Copyright" also means copyright-like laws that apply to other kinds of
|
||||
works, such as semiconductor masks.
|
||||
|
||||
"The Program" refers to any copyrightable work licensed under this
|
||||
License. Each licensee is addressed as "you". "Licensees" and
|
||||
"recipients" may be individuals or organizations.
|
||||
|
||||
To "modify" a work means to copy from or adapt all or part of the work
|
||||
in a fashion requiring copyright permission, other than the making of an
|
||||
exact copy. The resulting work is called a "modified version" of the
|
||||
earlier work or a work "based on" the earlier work.
|
||||
|
||||
A "covered work" means either the unmodified Program or a work based
|
||||
on the Program.
|
||||
|
||||
To "propagate" a work means to do anything with it that, without
|
||||
permission, would make you directly or secondarily liable for
|
||||
infringement under applicable copyright law, except executing it on a
|
||||
computer or modifying a private copy. Propagation includes copying,
|
||||
distribution (with or without modification), making available to the
|
||||
public, and in some countries other activities as well.
|
||||
|
||||
To "convey" a work means any kind of propagation that enables other
|
||||
parties to make or receive copies. Mere interaction with a user through
|
||||
a computer network, with no transfer of a copy, is not conveying.
|
||||
|
||||
An interactive user interface displays "Appropriate Legal Notices"
|
||||
to the extent that it includes a convenient and prominently visible
|
||||
feature that (1) displays an appropriate copyright notice, and (2)
|
||||
tells the user that there is no warranty for the work (except to the
|
||||
extent that warranties are provided), that licensees may convey the
|
||||
work under this License, and how to view a copy of this License. If
|
||||
the interface presents a list of user commands or options, such as a
|
||||
menu, a prominent item in the list meets this criterion.
|
||||
|
||||
1. Source Code.
|
||||
|
||||
The "source code" for a work means the preferred form of the work
|
||||
for making modifications to it. "Object code" means any non-source
|
||||
form of a work.
|
||||
|
||||
A "Standard Interface" means an interface that either is an official
|
||||
standard defined by a recognized standards body, or, in the case of
|
||||
interfaces specified for a particular programming language, one that
|
||||
is widely used among developers working in that language.
|
||||
|
||||
The "System Libraries" of an executable work include anything, other
|
||||
than the work as a whole, that (a) is included in the normal form of
|
||||
packaging a Major Component, but which is not part of that Major
|
||||
Component, and (b) serves only to enable use of the work with that
|
||||
Major Component, or to implement a Standard Interface for which an
|
||||
implementation is available to the public in source code form. A
|
||||
"Major Component", in this context, means a major essential component
|
||||
(kernel, window system, and so on) of the specific operating system
|
||||
(if any) on which the executable work runs, or a compiler used to
|
||||
produce the work, or an object code interpreter used to run it.
|
||||
|
||||
The "Corresponding Source" for a work in object code form means all
|
||||
the source code needed to generate, install, and (for an executable
|
||||
work) run the object code and to modify the work, including scripts to
|
||||
control those activities. However, it does not include the work's
|
||||
System Libraries, or general-purpose tools or generally available free
|
||||
programs which are used unmodified in performing those activities but
|
||||
which are not part of the work. For example, Corresponding Source
|
||||
includes interface definition files associated with source files for
|
||||
the work, and the source code for shared libraries and dynamically
|
||||
linked subprograms that the work is specifically designed to require,
|
||||
such as by intimate data communication or control flow between those
|
||||
subprograms and other parts of the work.
|
||||
|
||||
The Corresponding Source need not include anything that users
|
||||
can regenerate automatically from other parts of the Corresponding
|
||||
Source.
|
||||
|
||||
The Corresponding Source for a work in source code form is that
|
||||
same work.
|
||||
|
||||
2. Basic Permissions.
|
||||
|
||||
All rights granted under this License are granted for the term of
|
||||
copyright on the Program, and are irrevocable provided the stated
|
||||
conditions are met. This License explicitly affirms your unlimited
|
||||
permission to run the unmodified Program. The output from running a
|
||||
covered work is covered by this License only if the output, given its
|
||||
content, constitutes a covered work. This License acknowledges your
|
||||
rights of fair use or other equivalent, as provided by copyright law.
|
||||
|
||||
You may make, run and propagate covered works that you do not
|
||||
convey, without conditions so long as your license otherwise remains
|
||||
in force. You may convey covered works to others for the sole purpose
|
||||
of having them make modifications exclusively for you, or provide you
|
||||
with facilities for running those works, provided that you comply with
|
||||
the terms of this License in conveying all material for which you do
|
||||
not control copyright. Those thus making or running the covered works
|
||||
for you must do so exclusively on your behalf, under your direction
|
||||
and control, on terms that prohibit them from making any copies of
|
||||
your copyrighted material outside their relationship with you.
|
||||
|
||||
Conveying under any other circumstances is permitted solely under
|
||||
the conditions stated below. Sublicensing is not allowed; section 10
|
||||
makes it unnecessary.
|
||||
|
||||
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
||||
|
||||
No covered work shall be deemed part of an effective technological
|
||||
measure under any applicable law fulfilling obligations under article
|
||||
11 of the WIPO copyright treaty adopted on 20 December 1996, or
|
||||
similar laws prohibiting or restricting circumvention of such
|
||||
measures.
|
||||
|
||||
When you convey a covered work, you waive any legal power to forbid
|
||||
circumvention of technological measures to the extent such circumvention
|
||||
is effected by exercising rights under this License with respect to
|
||||
the covered work, and you disclaim any intention to limit operation or
|
||||
modification of the work as a means of enforcing, against the work's
|
||||
users, your or third parties' legal rights to forbid circumvention of
|
||||
technological measures.
|
||||
|
||||
4. Conveying Verbatim Copies.
|
||||
|
||||
You may convey verbatim copies of the Program's source code as you
|
||||
receive it, in any medium, provided that you conspicuously and
|
||||
appropriately publish on each copy an appropriate copyright notice;
|
||||
keep intact all notices stating that this License and any
|
||||
non-permissive terms added in accord with section 7 apply to the code;
|
||||
keep intact all notices of the absence of any warranty; and give all
|
||||
recipients a copy of this License along with the Program.
|
||||
|
||||
You may charge any price or no price for each copy that you convey,
|
||||
and you may offer support or warranty protection for a fee.
|
||||
|
||||
5. Conveying Modified Source Versions.
|
||||
|
||||
You may convey a work based on the Program, or the modifications to
|
||||
produce it from the Program, in the form of source code under the
|
||||
terms of section 4, provided that you also meet all of these conditions:
|
||||
|
||||
a) The work must carry prominent notices stating that you modified
|
||||
it, and giving a relevant date.
|
||||
|
||||
b) The work must carry prominent notices stating that it is
|
||||
released under this License and any conditions added under section
|
||||
7. This requirement modifies the requirement in section 4 to
|
||||
"keep intact all notices".
|
||||
|
||||
c) You must license the entire work, as a whole, under this
|
||||
License to anyone who comes into possession of a copy. This
|
||||
License will therefore apply, along with any applicable section 7
|
||||
additional terms, to the whole of the work, and all its parts,
|
||||
regardless of how they are packaged. This License gives no
|
||||
permission to license the work in any other way, but it does not
|
||||
invalidate such permission if you have separately received it.
|
||||
|
||||
d) If the work has interactive user interfaces, each must display
|
||||
Appropriate Legal Notices; however, if the Program has interactive
|
||||
interfaces that do not display Appropriate Legal Notices, your
|
||||
work need not make them do so.
|
||||
|
||||
A compilation of a covered work with other separate and independent
|
||||
works, which are not by their nature extensions of the covered work,
|
||||
and which are not combined with it such as to form a larger program,
|
||||
in or on a volume of a storage or distribution medium, is called an
|
||||
"aggregate" if the compilation and its resulting copyright are not
|
||||
used to limit the access or legal rights of the compilation's users
|
||||
beyond what the individual works permit. Inclusion of a covered work
|
||||
in an aggregate does not cause this License to apply to the other
|
||||
parts of the aggregate.
|
||||
|
||||
6. Conveying Non-Source Forms.
|
||||
|
||||
You may convey a covered work in object code form under the terms
|
||||
of sections 4 and 5, provided that you also convey the
|
||||
machine-readable Corresponding Source under the terms of this License,
|
||||
in one of these ways:
|
||||
|
||||
a) Convey the object code in, or embodied in, a physical product
|
||||
(including a physical distribution medium), accompanied by the
|
||||
Corresponding Source fixed on a durable physical medium
|
||||
customarily used for software interchange.
|
||||
|
||||
b) Convey the object code in, or embodied in, a physical product
|
||||
(including a physical distribution medium), accompanied by a
|
||||
written offer, valid for at least three years and valid for as
|
||||
long as you offer spare parts or customer support for that product
|
||||
model, to give anyone who possesses the object code either (1) a
|
||||
copy of the Corresponding Source for all the software in the
|
||||
product that is covered by this License, on a durable physical
|
||||
medium customarily used for software interchange, for a price no
|
||||
more than your reasonable cost of physically performing this
|
||||
conveying of source, or (2) access to copy the
|
||||
Corresponding Source from a network server at no charge.
|
||||
|
||||
c) Convey individual copies of the object code with a copy of the
|
||||
written offer to provide the Corresponding Source. This
|
||||
alternative is allowed only occasionally and noncommercially, and
|
||||
only if you received the object code with such an offer, in accord
|
||||
with subsection 6b.
|
||||
|
||||
d) Convey the object code by offering access from a designated
|
||||
place (gratis or for a charge), and offer equivalent access to the
|
||||
Corresponding Source in the same way through the same place at no
|
||||
further charge. You need not require recipients to copy the
|
||||
Corresponding Source along with the object code. If the place to
|
||||
copy the object code is a network server, the Corresponding Source
|
||||
may be on a different server (operated by you or a third party)
|
||||
that supports equivalent copying facilities, provided you maintain
|
||||
clear directions next to the object code saying where to find the
|
||||
Corresponding Source. Regardless of what server hosts the
|
||||
Corresponding Source, you remain obligated to ensure that it is
|
||||
available for as long as needed to satisfy these requirements.
|
||||
|
||||
e) Convey the object code using peer-to-peer transmission, provided
|
||||
you inform other peers where the object code and Corresponding
|
||||
Source of the work are being offered to the general public at no
|
||||
charge under subsection 6d.
|
||||
|
||||
A separable portion of the object code, whose source code is excluded
|
||||
from the Corresponding Source as a System Library, need not be
|
||||
included in conveying the object code work.
|
||||
|
||||
A "User Product" is either (1) a "consumer product", which means any
|
||||
tangible personal property which is normally used for personal, family,
|
||||
or household purposes, or (2) anything designed or sold for incorporation
|
||||
into a dwelling. In determining whether a product is a consumer product,
|
||||
doubtful cases shall be resolved in favor of coverage. For a particular
|
||||
product received by a particular user, "normally used" refers to a
|
||||
typical or common use of that class of product, regardless of the status
|
||||
of the particular user or of the way in which the particular user
|
||||
actually uses, or expects or is expected to use, the product. A product
|
||||
is a consumer product regardless of whether the product has substantial
|
||||
commercial, industrial or non-consumer uses, unless such uses represent
|
||||
the only significant mode of use of the product.
|
||||
|
||||
"Installation Information" for a User Product means any methods,
|
||||
procedures, authorization keys, or other information required to install
|
||||
and execute modified versions of a covered work in that User Product from
|
||||
a modified version of its Corresponding Source. The information must
|
||||
suffice to ensure that the continued functioning of the modified object
|
||||
code is in no case prevented or interfered with solely because
|
||||
modification has been made.
|
||||
|
||||
If you convey an object code work under this section in, or with, or
|
||||
specifically for use in, a User Product, and the conveying occurs as
|
||||
part of a transaction in which the right of possession and use of the
|
||||
User Product is transferred to the recipient in perpetuity or for a
|
||||
fixed term (regardless of how the transaction is characterized), the
|
||||
Corresponding Source conveyed under this section must be accompanied
|
||||
by the Installation Information. But this requirement does not apply
|
||||
if neither you nor any third party retains the ability to install
|
||||
modified object code on the User Product (for example, the work has
|
||||
been installed in ROM).
|
||||
|
||||
The requirement to provide Installation Information does not include a
|
||||
requirement to continue to provide support service, warranty, or updates
|
||||
for a work that has been modified or installed by the recipient, or for
|
||||
the User Product in which it has been modified or installed. Access to a
|
||||
network may be denied when the modification itself materially and
|
||||
adversely affects the operation of the network or violates the rules and
|
||||
protocols for communication across the network.
|
||||
|
||||
Corresponding Source conveyed, and Installation Information provided,
|
||||
in accord with this section must be in a format that is publicly
|
||||
documented (and with an implementation available to the public in
|
||||
source code form), and must require no special password or key for
|
||||
unpacking, reading or copying.
|
||||
|
||||
7. Additional Terms.
|
||||
|
||||
"Additional permissions" are terms that supplement the terms of this
|
||||
License by making exceptions from one or more of its conditions.
|
||||
Additional permissions that are applicable to the entire Program shall
|
||||
be treated as though they were included in this License, to the extent
|
||||
that they are valid under applicable law. If additional permissions
|
||||
apply only to part of the Program, that part may be used separately
|
||||
under those permissions, but the entire Program remains governed by
|
||||
this License without regard to the additional permissions.
|
||||
|
||||
When you convey a copy of a covered work, you may at your option
|
||||
remove any additional permissions from that copy, or from any part of
|
||||
it. (Additional permissions may be written to require their own
|
||||
removal in certain cases when you modify the work.) You may place
|
||||
additional permissions on material, added by you to a covered work,
|
||||
for which you have or can give appropriate copyright permission.
|
||||
|
||||
Notwithstanding any other provision of this License, for material you
|
||||
add to a covered work, you may (if authorized by the copyright holders of
|
||||
that material) supplement the terms of this License with terms:
|
||||
|
||||
a) Disclaiming warranty or limiting liability differently from the
|
||||
terms of sections 15 and 16 of this License; or
|
||||
|
||||
b) Requiring preservation of specified reasonable legal notices or
|
||||
author attributions in that material or in the Appropriate Legal
|
||||
Notices displayed by works containing it; or
|
||||
|
||||
c) Prohibiting misrepresentation of the origin of that material, or
|
||||
requiring that modified versions of such material be marked in
|
||||
reasonable ways as different from the original version; or
|
||||
|
||||
d) Limiting the use for publicity purposes of names of licensors or
|
||||
authors of the material; or
|
||||
|
||||
e) Declining to grant rights under trademark law for use of some
|
||||
trade names, trademarks, or service marks; or
|
||||
|
||||
f) Requiring indemnification of licensors and authors of that
|
||||
material by anyone who conveys the material (or modified versions of
|
||||
it) with contractual assumptions of liability to the recipient, for
|
||||
any liability that these contractual assumptions directly impose on
|
||||
those licensors and authors.
|
||||
|
||||
All other non-permissive additional terms are considered "further
|
||||
restrictions" within the meaning of section 10. If the Program as you
|
||||
received it, or any part of it, contains a notice stating that it is
|
||||
governed by this License along with a term that is a further
|
||||
restriction, you may remove that term. If a license document contains
|
||||
a further restriction but permits relicensing or conveying under this
|
||||
License, you may add to a covered work material governed by the terms
|
||||
of that license document, provided that the further restriction does
|
||||
not survive such relicensing or conveying.
|
||||
|
||||
If you add terms to a covered work in accord with this section, you
|
||||
must place, in the relevant source files, a statement of the
|
||||
additional terms that apply to those files, or a notice indicating
|
||||
where to find the applicable terms.
|
||||
|
||||
Additional terms, permissive or non-permissive, may be stated in the
|
||||
form of a separately written license, or stated as exceptions;
|
||||
the above requirements apply either way.
|
||||
|
||||
8. Termination.
|
||||
|
||||
You may not propagate or modify a covered work except as expressly
|
||||
provided under this License. Any attempt otherwise to propagate or
|
||||
modify it is void, and will automatically terminate your rights under
|
||||
this License (including any patent licenses granted under the third
|
||||
paragraph of section 11).
|
||||
|
||||
However, if you cease all violation of this License, then your
|
||||
license from a particular copyright holder is reinstated (a)
|
||||
provisionally, unless and until the copyright holder explicitly and
|
||||
finally terminates your license, and (b) permanently, if the copyright
|
||||
holder fails to notify you of the violation by some reasonable means
|
||||
prior to 60 days after the cessation.
|
||||
|
||||
Moreover, your license from a particular copyright holder is
|
||||
reinstated permanently if the copyright holder notifies you of the
|
||||
violation by some reasonable means, this is the first time you have
|
||||
received notice of violation of this License (for any work) from that
|
||||
copyright holder, and you cure the violation prior to 30 days after
|
||||
your receipt of the notice.
|
||||
|
||||
Termination of your rights under this section does not terminate the
|
||||
licenses of parties who have received copies or rights from you under
|
||||
this License. If your rights have been terminated and not permanently
|
||||
reinstated, you do not qualify to receive new licenses for the same
|
||||
material under section 10.
|
||||
|
||||
9. Acceptance Not Required for Having Copies.
|
||||
|
||||
You are not required to accept this License in order to receive or
|
||||
run a copy of the Program. Ancillary propagation of a covered work
|
||||
occurring solely as a consequence of using peer-to-peer transmission
|
||||
to receive a copy likewise does not require acceptance. However,
|
||||
nothing other than this License grants you permission to propagate or
|
||||
modify any covered work. These actions infringe copyright if you do
|
||||
not accept this License. Therefore, by modifying or propagating a
|
||||
covered work, you indicate your acceptance of this License to do so.
|
||||
|
||||
10. Automatic Licensing of Downstream Recipients.
|
||||
|
||||
Each time you convey a covered work, the recipient automatically
|
||||
receives a license from the original licensors, to run, modify and
|
||||
propagate that work, subject to this License. You are not responsible
|
||||
for enforcing compliance by third parties with this License.
|
||||
|
||||
An "entity transaction" is a transaction transferring control of an
|
||||
organization, or substantially all assets of one, or subdividing an
|
||||
organization, or merging organizations. If propagation of a covered
|
||||
work results from an entity transaction, each party to that
|
||||
transaction who receives a copy of the work also receives whatever
|
||||
licenses to the work the party's predecessor in interest had or could
|
||||
give under the previous paragraph, plus a right to possession of the
|
||||
Corresponding Source of the work from the predecessor in interest, if
|
||||
the predecessor has it or can get it with reasonable efforts.
|
||||
|
||||
You may not impose any further restrictions on the exercise of the
|
||||
rights granted or affirmed under this License. For example, you may
|
||||
not impose a license fee, royalty, or other charge for exercise of
|
||||
rights granted under this License, and you may not initiate litigation
|
||||
(including a cross-claim or counterclaim in a lawsuit) alleging that
|
||||
any patent claim is infringed by making, using, selling, offering for
|
||||
sale, or importing the Program or any portion of it.
|
||||
|
||||
11. Patents.
|
||||
|
||||
A "contributor" is a copyright holder who authorizes use under this
|
||||
License of the Program or a work on which the Program is based. The
|
||||
work thus licensed is called the contributor's "contributor version".
|
||||
|
||||
A contributor's "essential patent claims" are all patent claims
|
||||
owned or controlled by the contributor, whether already acquired or
|
||||
hereafter acquired, that would be infringed by some manner, permitted
|
||||
by this License, of making, using, or selling its contributor version,
|
||||
but do not include claims that would be infringed only as a
|
||||
consequence of further modification of the contributor version. For
|
||||
purposes of this definition, "control" includes the right to grant
|
||||
patent sublicenses in a manner consistent with the requirements of
|
||||
this License.
|
||||
|
||||
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
||||
patent license under the contributor's essential patent claims, to
|
||||
make, use, sell, offer for sale, import and otherwise run, modify and
|
||||
propagate the contents of its contributor version.
|
||||
|
||||
In the following three paragraphs, a "patent license" is any express
|
||||
agreement or commitment, however denominated, not to enforce a patent
|
||||
(such as an express permission to practice a patent or covenant not to
|
||||
sue for patent infringement). To "grant" such a patent license to a
|
||||
party means to make such an agreement or commitment not to enforce a
|
||||
patent against the party.
|
||||
|
||||
If you convey a covered work, knowingly relying on a patent license,
|
||||
and the Corresponding Source of the work is not available for anyone
|
||||
to copy, free of charge and under the terms of this License, through a
|
||||
publicly available network server or other readily accessible means,
|
||||
then you must either (1) cause the Corresponding Source to be so
|
||||
available, or (2) arrange to deprive yourself of the benefit of the
|
||||
patent license for this particular work, or (3) arrange, in a manner
|
||||
consistent with the requirements of this License, to extend the patent
|
||||
license to downstream recipients. "Knowingly relying" means you have
|
||||
actual knowledge that, but for the patent license, your conveying the
|
||||
covered work in a country, or your recipient's use of the covered work
|
||||
in a country, would infringe one or more identifiable patents in that
|
||||
country that you have reason to believe are valid.
|
||||
|
||||
If, pursuant to or in connection with a single transaction or
|
||||
arrangement, you convey, or propagate by procuring conveyance of, a
|
||||
covered work, and grant a patent license to some of the parties
|
||||
receiving the covered work authorizing them to use, propagate, modify
|
||||
or convey a specific copy of the covered work, then the patent license
|
||||
you grant is automatically extended to all recipients of the covered
|
||||
work and works based on it.
|
||||
|
||||
A patent license is "discriminatory" if it does not include within
|
||||
the scope of its coverage, prohibits the exercise of, or is
|
||||
conditioned on the non-exercise of one or more of the rights that are
|
||||
specifically granted under this License. You may not convey a covered
|
||||
work if you are a party to an arrangement with a third party that is
|
||||
in the business of distributing software, under which you make payment
|
||||
to the third party based on the extent of your activity of conveying
|
||||
the work, and under which the third party grants, to any of the
|
||||
parties who would receive the covered work from you, a discriminatory
|
||||
patent license (a) in connection with copies of the covered work
|
||||
conveyed by you (or copies made from those copies), or (b) primarily
|
||||
for and in connection with specific products or compilations that
|
||||
contain the covered work, unless you entered into that arrangement,
|
||||
or that patent license was granted, prior to 28 March 2007.
|
||||
|
||||
Nothing in this License shall be construed as excluding or limiting
|
||||
any implied license or other defenses to infringement that may
|
||||
otherwise be available to you under applicable patent law.
|
||||
|
||||
12. No Surrender of Others' Freedom.
|
||||
|
||||
If conditions are imposed on you (whether by court order, agreement or
|
||||
otherwise) that contradict the conditions of this License, they do not
|
||||
excuse you from the conditions of this License. If you cannot convey a
|
||||
covered work so as to satisfy simultaneously your obligations under this
|
||||
License and any other pertinent obligations, then as a consequence you may
|
||||
not convey it at all. For example, if you agree to terms that obligate you
|
||||
to collect a royalty for further conveying from those to whom you convey
|
||||
the Program, the only way you could satisfy both those terms and this
|
||||
License would be to refrain entirely from conveying the Program.
|
||||
|
||||
13. Use with the GNU Affero General Public License.
|
||||
|
||||
Notwithstanding any other provision of this License, you have
|
||||
permission to link or combine any covered work with a work licensed
|
||||
under version 3 of the GNU Affero General Public License into a single
|
||||
combined work, and to convey the resulting work. The terms of this
|
||||
License will continue to apply to the part which is the covered work,
|
||||
but the special requirements of the GNU Affero General Public License,
|
||||
section 13, concerning interaction through a network will apply to the
|
||||
combination as such.
|
||||
|
||||
14. Revised Versions of this License.
|
||||
|
||||
The Free Software Foundation may publish revised and/or new versions of
|
||||
the GNU General Public License from time to time. Such new versions will
|
||||
be similar in spirit to the present version, but may differ in detail to
|
||||
address new problems or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the
|
||||
Program specifies that a certain numbered version of the GNU General
|
||||
Public License "or any later version" applies to it, you have the
|
||||
option of following the terms and conditions either of that numbered
|
||||
version or of any later version published by the Free Software
|
||||
Foundation. If the Program does not specify a version number of the
|
||||
GNU General Public License, you may choose any version ever published
|
||||
by the Free Software Foundation.
|
||||
|
||||
If the Program specifies that a proxy can decide which future
|
||||
versions of the GNU General Public License can be used, that proxy's
|
||||
public statement of acceptance of a version permanently authorizes you
|
||||
to choose that version for the Program.
|
||||
|
||||
Later license versions may give you additional or different
|
||||
permissions. However, no additional obligations are imposed on any
|
||||
author or copyright holder as a result of your choosing to follow a
|
||||
later version.
|
||||
|
||||
15. Disclaimer of Warranty.
|
||||
|
||||
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
||||
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
|
||||
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
|
||||
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
||||
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
|
||||
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
|
||||
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
||||
|
||||
16. Limitation of Liability.
|
||||
|
||||
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
|
||||
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
|
||||
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
|
||||
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
|
||||
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
|
||||
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
|
||||
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
|
||||
SUCH DAMAGES.
|
||||
|
||||
17. Interpretation of Sections 15 and 16.
|
||||
|
||||
If the disclaimer of warranty and limitation of liability provided
|
||||
above cannot be given local legal effect according to their terms,
|
||||
reviewing courts shall apply local law that most closely approximates
|
||||
an absolute waiver of all civil liability in connection with the
|
||||
Program, unless a warranty or assumption of liability accompanies a
|
||||
copy of the Program in return for a fee.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
How to Apply These Terms to Your New Programs
|
||||
|
||||
If you develop a new program, and you want it to be of the greatest
|
||||
possible use to the public, the best way to achieve this is to make it
|
||||
free software which everyone can redistribute and change under these terms.
|
||||
|
||||
To do so, attach the following notices to the program. It is safest
|
||||
to attach them to the start of each source file to most effectively
|
||||
state the exclusion of warranty; and each file should have at least
|
||||
the "copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
<one line to give the program's name and a brief idea of what it does.>
|
||||
Copyright (C) <year> <name of author>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
|
||||
If the program does terminal interaction, make it output a short
|
||||
notice like this when it starts in an interactive mode:
|
||||
|
||||
<program> Copyright (C) <year> <name of author>
|
||||
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||
This is free software, and you are welcome to redistribute it
|
||||
under certain conditions; type `show c' for details.
|
||||
|
||||
The hypothetical commands `show w' and `show c' should show the appropriate
|
||||
parts of the General Public License. Of course, your program's commands
|
||||
might be different; for a GUI interface, you would use an "about box".
|
||||
|
||||
You should also get your employer (if you work as a programmer) or school,
|
||||
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
||||
For more information on this, and how to apply and follow the GNU GPL, see
|
||||
<http://www.gnu.org/licenses/>.
|
||||
|
||||
The GNU General Public License does not permit incorporating your program
|
||||
into proprietary programs. If your program is a subroutine library, you
|
||||
may consider it more useful to permit linking proprietary applications with
|
||||
the library. If this is what you want to do, use the GNU Lesser General
|
||||
Public License instead of this License. But first, please read
|
||||
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
|
15
COPYING-CONTENTS
Normal file
@ -0,0 +1,15 @@
|
||||
The textual contents of openmamba-website are released under the Creative
|
||||
Commons 3.0 Attribution-ShareAlike license available at:
|
||||
|
||||
http://creativecommons.org/licenses/by-sa/3.0/
|
||||
|
||||
You are free:
|
||||
to Share - to copy, distribute and transmit the work
|
||||
to Remix - to adapt the work
|
||||
|
||||
Under the followin contitions:
|
||||
Attribution: You must attribute the work
|
||||
Share Alike: If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same, similar or
|
||||
a compatibile license.
|
||||
|
21
ChangeLog
Normal file
@ -0,0 +1,21 @@
|
||||
Changes in version 0.1.4 <silvan.calarco@mambasoft.it> 20080729
|
||||
- update to current website
|
||||
---------------------------------------------------------------------------------
|
||||
|
||||
Changes in version 0.1.3 <silvan.calarco@mambasoft.it>
|
||||
- update to current website
|
||||
---------------------------------------------------------------------------------
|
||||
|
||||
Changes in version 0.1.2 <silvan.calarco@mambasoft.it>
|
||||
- update of distribution install pages (openmamba-bootcd)
|
||||
---------------------------------------------------------------------------------
|
||||
|
||||
Changes in version 0.1.1 <silvan.calarco@mambasoft.it>
|
||||
- added support for user registration (not community)
|
||||
- security code check implemented when redirecting to register.php
|
||||
---------------------------------------------------------------------------------
|
||||
|
||||
Changes in version 0.1 <silvan.calarco@mambasoft.it>
|
||||
- first packaging
|
||||
---------------------------------------------------------------------------------
|
||||
|
50
Makefile
Normal file
@ -0,0 +1,50 @@
|
||||
# openmamba-website Makefile for installation and packaging
|
||||
# Copyright (c) 2003-2011 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
include VERSION
|
||||
|
||||
package = openmamba-website
|
||||
distdir = $(package)-$(version)
|
||||
dist_archive = $(package)-$(version).tar.bz2
|
||||
|
||||
prefix := /usr
|
||||
localstatedir := /var
|
||||
datadir := $(prefix)/share
|
||||
wwwdir := $(localstatedir)/www
|
||||
sysconfdir := /etc
|
||||
ftproot := $(localstatedir)/ftp/pub/
|
||||
|
||||
wwwfiles: clean
|
||||
@touch wwwroot/captcha/index.html wwwroot/cgi-bin/index.html \
|
||||
wwwroot/images/index.html;\
|
||||
ln -sf $(ftproot) wwwroot/pub
|
||||
|
||||
dist: clean wwwfiles
|
||||
@mkdir /tmp/$(distdir)
|
||||
@cp -a * /tmp/$(distdir)/
|
||||
@rm -f $(dist_archive);\
|
||||
tar cf - -C /tmp $(distdir) | bzip2 -9 -c > $(dist_archive)
|
||||
@rm -rf /tmp/$(distdir)
|
||||
@echo "file \`$(dist_archive)' created"
|
||||
|
||||
dist-rpm: dist
|
||||
@rpm_sourcedir=`rpm --eval=%{_sourcedir}`;\
|
||||
mv -f $(package)-$(version).tar.bz2 $$rpm_sourcedir;\
|
||||
echo "and saved as \`$$rpm_sourcedir/$(dist_archive)'"
|
||||
|
||||
clean:
|
||||
@rm -fr $(dist_archive) wwwroot/backup-old wwwroot/google*.html;\
|
||||
rm -fr wwwroot/captcha/* \
|
||||
wwwroot/pub wwwroot/cgi-bin/regdb wwwroot/cgi-bin/config.rpmsave \
|
||||
wwwroot/old
|
||||
|
||||
install:
|
||||
@install -d $(DESTDIR)$(wwwdir)/www.openmamba.org;\
|
||||
cp -a wwwroot/* $(DESTDIR)$(wwwdir)/www.openmamba.org;\
|
||||
install -d $(DESTDIR)$(sysconfdir)/httpd/httpd.d;\
|
||||
cp -a config/www.openmamba.org.conf $(DESTDIR)$(sysconfdir)/httpd/httpd.d
|
68
config/www.openmamba.org.conf
Normal file
@ -0,0 +1,68 @@
|
||||
<VirtualHost *:80>
|
||||
DocumentRoot /var/www/www.openmamba.org
|
||||
ServerName www.openmamba.org
|
||||
ScriptAlias /cgi-bin/ "/var/www/www.openmamba.org/cgi-bin/"
|
||||
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O %X" combinedom
|
||||
CustomLog /var/log/httpd/www.openmamba.org-access_log combinedom
|
||||
ErrorLog /var/log/httpd/www.openmamba.org-error_log
|
||||
</VirtualHost>
|
||||
|
||||
<VirtualHost *:80>
|
||||
DocumentRoot /var/www/www.openmamba.org
|
||||
ServerName openmamba.org
|
||||
Redirect permanent / http://www.openmamba.org/
|
||||
</VirtualHost>
|
||||
|
||||
<VirtualHost *:80>
|
||||
DocumentRoot /var/www/www.openmamba.org/lists/
|
||||
ServerName lists.openmamba.org
|
||||
Redirect permanent / http://www.openmamba.org/lists/
|
||||
</VirtualHost>
|
||||
|
||||
<Directory "/var/www/www.openmamba.org">
|
||||
Options Indexes FollowSymLinks Includes ExecCGI
|
||||
HeaderName /header-indexes.html
|
||||
ReadmeName /footer.html
|
||||
IndexOptions FancyIndexing HTMLTable DescriptionWidth=* NameWidth=* FoldersFirst
|
||||
DirectoryIndex index.php index.html
|
||||
AllowOverride None
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
</Directory>
|
||||
|
||||
<Directory "/var/www/www.openmamba.org/people">
|
||||
Options Includes
|
||||
HeaderName /header-indexes.html
|
||||
ReadmeName /footer.html
|
||||
IndexOptions FancyIndexing HTMLTable DescriptionWidth=* NameWidth=* FoldersFirst
|
||||
DirectoryIndex index.html
|
||||
AllowOverride None
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
</Directory>
|
||||
|
||||
<Directory "/var/www/www.openmamba.org/groups">
|
||||
Options Includes
|
||||
HeaderName /header-indexes.html
|
||||
ReadmeName /footer.html
|
||||
IndexOptions FancyIndexing HTMLTable DescriptionWidth=* NameWidth=* FoldersFirst
|
||||
DirectoryIndex index.html
|
||||
AllowOverride None
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
</Directory>
|
||||
|
||||
DavLockDB /var/www/davdb/DavLock
|
||||
|
||||
<Directory "/var/www/www.openmamba.org/pub/openmamba">
|
||||
Options Indexes FollowSymLinks Includes
|
||||
AllowOverride AuthConfig
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
|
||||
Dav On
|
||||
|
||||
<LimitExcept GET OPTIONS>
|
||||
Require valid-user
|
||||
</LimitExcept>
|
||||
</Directory>
|
0
wwwroot/captcha/index.html
Normal file
329
wwwroot/cgi-bin/community.cgi
Executable file
@ -0,0 +1,329 @@
|
||||
#!/usr/bin/perl
|
||||
|
||||
use strict;
|
||||
use Carp;
|
||||
use CGI qw(:standard);
|
||||
use GD::SecurityImage;
|
||||
use Digest::MD5 qw(md5_hex);
|
||||
|
||||
|
||||
my $num_of_characters = 5;
|
||||
my $expire = 300;
|
||||
|
||||
my $captcha_on = 1;
|
||||
my $captcha_font = "/usr/share/fonts/truetype/FreeSansBold.ttf";
|
||||
my $output_dir = "/var/www/www.openmamba.org/captcha";
|
||||
my $www_output_dir = "/captcha";
|
||||
my $www_address = "";
|
||||
my $db_dir = "/var/www/www.openmamba.org/captcha";
|
||||
my $users_homedir = "/var/www/www.openmamba.org/people";
|
||||
my $users_datadir = "/var/www/www.openmamba.org/people/data";
|
||||
my $emaildest = "webmaster\@example.com";
|
||||
my $emailsender = "noreply\@example.com";
|
||||
my $sendmail = "/usr/sbin/sendmail -t";
|
||||
|
||||
my $failmsg="";
|
||||
|
||||
&main;
|
||||
|
||||
sub main
|
||||
{
|
||||
open(FILE, "config") || die "Error: cannot open configuration file.";
|
||||
while (<FILE>) {
|
||||
chomp; # no newline
|
||||
s/#.*//; # no comments
|
||||
s/^\s+//; # no leading white
|
||||
s/\s+$//; # no trailing white
|
||||
next unless length;
|
||||
my ($var, $value) = split(/\s*=\s*/,$_,2);
|
||||
# print "assignment:$var=$value";
|
||||
eval("\$$var=$value;");
|
||||
}
|
||||
|
||||
my $check_res = 0;
|
||||
|
||||
# import any get or post variables into the Q namespace
|
||||
&load_cgi_variables();
|
||||
if ($Q::formsubmit)
|
||||
{
|
||||
my $res = 1;
|
||||
check_fields();
|
||||
if ($captcha_on) { $res=&check_code($Q::code, $Q::crypt); }
|
||||
if ($res == 1) {
|
||||
if ($failmsg eq "") {
|
||||
# $check_res = &send_mail();
|
||||
# if ($check_res == 0) {
|
||||
print "Location:/scripts/register.php?user_login=$Q::alias&user_email=$Q::email\n\n";
|
||||
# print "OK";
|
||||
# print header;
|
||||
# print "OK";
|
||||
exit 0;
|
||||
# } else {
|
||||
# $failmsg = "error submitting the form, please contact the webmaster<br>";
|
||||
# }
|
||||
}
|
||||
} elsif ($res == -1) {
|
||||
$failmsg = "$failmsg code has expired<br>";
|
||||
} elsif ($res == -2) {
|
||||
$failmsg = "$failmsg control code is not correct<br>";
|
||||
} elsif ($res == -3) {
|
||||
$failmsg = "$failmsg control code is not correct<br>";
|
||||
} else {
|
||||
$failmsg = "general error ($res), please contact the webmaster<br>";
|
||||
}
|
||||
if ($captcha_on) { &default; } else { print header; }
|
||||
print "Please correct the following errors and submit the form again:";
|
||||
print "<br><font color=red>$failmsg</font><br>";
|
||||
} else {
|
||||
if ($captcha_on) {
|
||||
&default;
|
||||
print "<br><br>";
|
||||
} else {
|
||||
print header;
|
||||
print "<input type=hidden name=crypt value=\"\" id=crypt>";
|
||||
print "<input type=hidden name=code value=\"\" id=code>\n";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
sub check_fields
|
||||
{
|
||||
($Q::fullname) or $failmsg = "$failmsg username not entered<br>";
|
||||
($Q::email) or $failmsg = "$failmsg email not entered<br>";
|
||||
($Q::alias) or $failmsg = "$failmsg alias not entered<br>";
|
||||
($Q::country) or $failmsg = "$failmsg country not selected<br>";
|
||||
}
|
||||
|
||||
sub send_mail
|
||||
{
|
||||
my $content = "User $Q::alias has just registered on $www_address\n";
|
||||
my $subject = "A new user has registered on $www_address";
|
||||
|
||||
open(SENDMAIL, "|$sendmail") or die "Cannot open $sendmail: $!";
|
||||
# print SENDMAIL $reply_to;
|
||||
print SENDMAIL "Subject: $subject\n";
|
||||
print SENDMAIL "From: $emailsender\n";
|
||||
print SENDMAIL "To: $emaildest\n";
|
||||
print SENDMAIL "Content-type: text/plain\n\n";
|
||||
print SENDMAIL "$content\n";
|
||||
close(SENDMAIL);
|
||||
|
||||
open(OUTF, ">$users_homedir/" . $Q::alias . ".html") or die "Cannot create file $users_homedir/$Q::alias.html: $!";
|
||||
print OUTF "<h1>$Q::alias home page</h1><br>";
|
||||
close(OUTF);
|
||||
|
||||
open(OUTF, ">$users_datadir/$Q::alias") or die "Cannot create file $users_datadir/${Q::alias}: $!";
|
||||
print OUTF "name=\"$Q::fullname\n\"";
|
||||
print OUTF "email=\"$Q::email\n\"";
|
||||
print OUTF "phone=$Q::phone\n";
|
||||
print OUTF "country=$Q::country\n";
|
||||
print OUTF "address1=$Q::address1\n";
|
||||
print OUTF "address2=$Q::address2\n";
|
||||
print OUTF "city=$Q::city\n";
|
||||
print OUTF "zip=$Q::zip\n";
|
||||
print OUTF "password=$Q::password\n";
|
||||
print OUTF "roles=(";
|
||||
($Q::role_supporter) and print OUTF "role_supporter ";
|
||||
($Q::role_sponsor) and print OUTF "role_sponsor ";
|
||||
print OUTF ")\n";
|
||||
close(OUTF);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
sub touch_file
|
||||
{
|
||||
my $file = shift;
|
||||
# create database file if it doesn't already exist
|
||||
if (! -e $file)
|
||||
{
|
||||
open (DATA, ">>$file") or die "Can't create File: $file\n";
|
||||
close(DATA);
|
||||
}
|
||||
}
|
||||
|
||||
sub write_code
|
||||
{
|
||||
my $code = shift;
|
||||
my $md5 = shift;
|
||||
|
||||
my $database_file = File::Spec->catfile($db_dir,'codes.txt');
|
||||
|
||||
# set a variable with the current time
|
||||
my $current_time = time;
|
||||
|
||||
# create database file if it doesn't already exist
|
||||
touch_file($database_file);
|
||||
|
||||
# clean expired codes and images
|
||||
open (DBFILE, "<$database_file") or die "Can't open File: $database_file\n";
|
||||
flock DBFILE, 1; # read lock
|
||||
my @data=<DBFILE>;
|
||||
close(DBFILE);
|
||||
|
||||
my $new_data = "";
|
||||
foreach my $line (@data)
|
||||
{
|
||||
$line =~ s/\n//;
|
||||
my ($data_time,$data_code) = split(/::/,$line);
|
||||
if ( (($current_time - $data_time) > $expire) ||
|
||||
($data_code eq $md5) )
|
||||
{ # remove expired captcha, or a dup
|
||||
my $png_file = File::Spec->catfile($output_dir,$data_code . ".png");
|
||||
unlink($png_file) or carp("Can't remove png file [$png_file]\n");
|
||||
} else {
|
||||
$new_data .= $line."\n";
|
||||
}
|
||||
}
|
||||
|
||||
# save the code to database
|
||||
# warn "open File: $database_file\n" if($self->debug() >= 2);
|
||||
open(DBFILE,">$database_file") or die "Can't open File: $database_file\n"
|
||||
;
|
||||
flock DBFILE, 2; # write lock
|
||||
# warn "-->>" . $new_data . "\n" if($self->debug() >= 2);
|
||||
# warn "-->>" . $current_time . "::" . $md5."\n" if($self->debug()>= 2);
|
||||
print DBFILE $new_data;
|
||||
print DBFILE $current_time."::".$md5."\n";
|
||||
close(DBFILE);
|
||||
}
|
||||
|
||||
sub default
|
||||
{
|
||||
# my $md5sum = $captcha->generate_code($num_of_characters);
|
||||
my $image = GD::SecurityImage->new(width => 100,
|
||||
height => 50,
|
||||
ptsize => 22,
|
||||
lines => 10,
|
||||
# scramble => 1,
|
||||
rndmax => 5,
|
||||
angle => 360,
|
||||
# thickness => 1,
|
||||
send_ctobg => 1,
|
||||
bgcolor => '#ffffff',
|
||||
font => $captcha_font,
|
||||
gd_font => 'giant');
|
||||
$image->random("");
|
||||
#$your_random_str);
|
||||
$image->create( "ttf","ec","#0000CC","#c8c8CC");
|
||||
#normal => 'circle');
|
||||
$image->particle(350,1);
|
||||
my($image_data, $mime_type, $random_number) = $image->out;
|
||||
my $md5sum=md5_hex($random_number);
|
||||
|
||||
open(PNGFILE,"> $output_dir/$md5sum.png");
|
||||
print PNGFILE $image_data;
|
||||
close(PNGFILE);
|
||||
|
||||
write_code($random_number, $md5sum);
|
||||
|
||||
print header;
|
||||
print "<input type=hidden name=crypt value=\"$md5sum\" id=crypt><br>
|
||||
<table border=0><tr>
|
||||
<td>Please, enter the code in the image on the right:
|
||||
<INPUT TYPE=text name=code id=code size=5></td>
|
||||
<td align=\"center\"><img src=\"$www_output_dir/$md5sum.png\"><br>
|
||||
<a href=\"javascript://\" onclick=javascript:formScript.update();><font size=-1>load a new code</font></a>
|
||||
</td>
|
||||
</tr></table>\n";
|
||||
}
|
||||
|
||||
sub check_code
|
||||
{
|
||||
my ($code, $crypt) = @_;
|
||||
|
||||
$code = lc($code);
|
||||
|
||||
# warn "$code $crypt\n" if($self->debug() >= 2);
|
||||
|
||||
my $current_time = time;
|
||||
my $return_value = 0;
|
||||
my $database_file = File::Spec->catfile($db_dir,"codes.txt");
|
||||
|
||||
# create database file if it doesn't already exist
|
||||
touch_file($database_file);
|
||||
|
||||
# zeros (0) and ones (1) are not part of the code
|
||||
# they could be confused with (o) and (l), so we swap them in
|
||||
#$code =~ tr/01/ol/;
|
||||
|
||||
my $md5 = md5_hex($code);
|
||||
|
||||
# pull in current database
|
||||
# warn "Open File: $database_file\n" if($self->debug() >= 2);
|
||||
open (DBFILE, "<$database_file") or die "Can't open File: $database_file\n";
|
||||
flock DBFILE, 1; # read lock
|
||||
my @data=<DBFILE>;
|
||||
close(DBFILE);
|
||||
# warn "Close File: $database_file\n" if($self->debug() >= 2);
|
||||
|
||||
my $passed=0;
|
||||
# $new_data will hold the part of the database we want to keep and
|
||||
# write back out
|
||||
my $new_data = "";
|
||||
my $found;
|
||||
foreach my $line (@data)
|
||||
{
|
||||
$line =~ s/\n//;
|
||||
my ($data_time,$data_code) = split(/::/,$line);
|
||||
|
||||
my $png_file = File::Spec->catfile($output_dir,$data_code . ".png");
|
||||
|
||||
if ($data_code eq $crypt)
|
||||
{
|
||||
# the crypt was found in the database
|
||||
if (($current_time - $data_time) >$expire)
|
||||
{
|
||||
# warn "Crypt Found But Expired\n" if($self->debug() >= 2);
|
||||
# the crypt was found but has expired
|
||||
$return_value = -1;
|
||||
} else {
|
||||
# warn "Match Crypt in File Crypt: $crypt\n" if($self->debug() >= 2);
|
||||
$found = 1;
|
||||
}
|
||||
# remove the found crypt so it can't be used again
|
||||
# warn "Unlink File: " . $png_file . "\n" if($self->debug() >= 2);
|
||||
unlink($png_file) or carp("Can't remove png file [$png_file]\n");
|
||||
} elsif (($current_time - $data_time) > $expire) {
|
||||
# removed expired crypt
|
||||
# warn "Removing Expired Crypt File: " . $png_file ."\n" if($self->debug() >= 2);
|
||||
unlink($png_file) or carp("Can't remove png file [$png_file]\n");
|
||||
} else {
|
||||
# crypt not found or expired, keep it
|
||||
$new_data .= $line."\n";
|
||||
}
|
||||
}
|
||||
|
||||
if ($md5 eq $crypt)
|
||||
{
|
||||
# warn "Match: " . $md5 . " And " . $crypt . "\n" if($self->debug() >= 2);
|
||||
# solution was correct
|
||||
if ($found)
|
||||
{
|
||||
# solution was correct and was found in database - passed
|
||||
$return_value = 1;
|
||||
} elsif (!$return_value) {
|
||||
# solution was not found in database
|
||||
$return_value = -2;
|
||||
}
|
||||
} else {
|
||||
# warn "No Match: " . $md5 . " And " . $crypt . "\n" if($self->debug() >= 2);
|
||||
# incorrect solution
|
||||
$return_value = -3;
|
||||
}
|
||||
|
||||
# update database
|
||||
open(DBFILE,">$database_file") or die "Can't open File: $database_file\n";
|
||||
flock DBFILE, 2; # write lock
|
||||
print DBFILE $new_data;
|
||||
close(DBFILE);
|
||||
|
||||
return $return_value;
|
||||
}
|
||||
|
||||
sub load_cgi_variables
|
||||
{
|
||||
my $cgi = new CGI;
|
||||
$cgi->import_names('Q');
|
||||
}
|
12
wwwroot/cgi-bin/config
Normal file
@ -0,0 +1,12 @@
|
||||
captcha_on=1
|
||||
captcha_font="/usr/share/fonts/truetype/FreeSansBold.ttf"
|
||||
output_dir="/var/www/www.openmamba.org/captcha"
|
||||
www_output_dir="/captcha"
|
||||
www_address="www.openmamba.org"
|
||||
db_dir="/var/www/www.openmamba.org/captcha"
|
||||
users_homedir="/var/www/www.openmamba.org/people"
|
||||
users_datadir="/var/www/www.openmamba.org/people/data"
|
||||
emaildest="webmaster\@mambasoft.it"
|
||||
emailsender="noreply\@openmamba.org"
|
||||
sendmail="/usr/sbin/sendmail -t"
|
||||
bbpress_dir="/var/www/forum.openmamba.org"
|
312
wwwroot/cgi-bin/form.cgi
Executable file
@ -0,0 +1,312 @@
|
||||
#!/usr/bin/perl
|
||||
|
||||
use strict;
|
||||
use Carp;
|
||||
use CGI qw(:standard);
|
||||
use GD::SecurityImage;
|
||||
use Digest::MD5 qw(md5_hex);
|
||||
|
||||
my $captcha_on = 1;
|
||||
my $captcha_font = "/usr/share/fonts/truetype/FreeSansBold.ttf";
|
||||
my $output_dir = "/var/www/www.openmamba.org/captcha";
|
||||
my $www_output_dir = "/captcha";
|
||||
my $www_address = "topix.openmamba.org";
|
||||
my $db_dir = "/var/www/www.openmamba.org/captcha";
|
||||
my $users_homedir = "/var/www/www.openmamba.org/people";
|
||||
my $users_datadir = "/var/www/www.openmamba.org/people/data";
|
||||
|
||||
my $num_of_characters = 5;
|
||||
my $expire = 300;
|
||||
|
||||
my $emaildest = "silvan.calarco\@mambasoft.it";
|
||||
my $emailsender = "noreply\@openmamba.org";
|
||||
my $sendmail = "/usr/sbin/sendmail -t";
|
||||
|
||||
my $failmsg="";
|
||||
|
||||
&main;
|
||||
|
||||
sub main
|
||||
{
|
||||
my $check_res = 0;
|
||||
|
||||
# import any get or post variables into the Q namespace
|
||||
&load_cgi_variables();
|
||||
if ($Q::formsubmit)
|
||||
{
|
||||
my $res = 1;
|
||||
check_fields();
|
||||
if ($captcha_on) { $res=&check_code($Q::code, $Q::crypt); }
|
||||
if ($res == 1) {
|
||||
if ($failmsg eq "") {
|
||||
$check_res = &send_mail();
|
||||
if ($check_res == 0) {
|
||||
print header;
|
||||
print "OK";
|
||||
exit 0;
|
||||
} else {
|
||||
$failmsg = "error submitting the form, please contact the webmaster<br>";
|
||||
}
|
||||
}
|
||||
} elsif ($res == -1) {
|
||||
$failmsg = "$failmsg code has expired<br>";
|
||||
} elsif ($res == -3) {
|
||||
$failmsg = "$failmsg control code is not correct<br>";
|
||||
} else {
|
||||
$failmsg = "general error ($res), please contact the webmaster<br>";
|
||||
}
|
||||
if ($captcha_on) { &default; } else { print header; }
|
||||
print "Please correct the following errors and submit the form again:";
|
||||
print "<br><font color=red>$failmsg</font><br>";
|
||||
} else {
|
||||
if ($captcha_on) {
|
||||
&default;
|
||||
print "<br><br>";
|
||||
} else {
|
||||
print header;
|
||||
print "<input type=hidden name=crypt value=\"\" id=crypt>";
|
||||
print "<input type=hidden name=code value=\"\" id=code>\n";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
sub check_fields
|
||||
{
|
||||
($Q::fullname) or $failmsg = "$failmsg username not entered<br>";
|
||||
($Q::email) or $failmsg = "$failmsg email not entered<br>";
|
||||
($Q::country) or $failmsg = "$failmsg country not selected<br>";
|
||||
}
|
||||
|
||||
sub send_mail
|
||||
{
|
||||
my $content = "User $Q::alias has just registered $www_address\n";
|
||||
my $subject = "A new user has registered on $www_address";
|
||||
|
||||
open(SENDMAIL, "|$sendmail") or die "Cannot open $sendmail: $!";
|
||||
# print SENDMAIL $reply_to;
|
||||
print SENDMAIL "Subject: $subject\n";
|
||||
print SENDMAIL "From: $emailsender\n";
|
||||
print SENDMAIL "To: $emaildest\n";
|
||||
print SENDMAIL "Content-type: text/plain\n\n";
|
||||
print SENDMAIL "$content\n";
|
||||
close(SENDMAIL);
|
||||
|
||||
open(OUTF, ">$users_homedir/" . $Q::alias . ".html") or die "Cannot create file $users_homedir/$Q::alias.html: $!";
|
||||
print OUTF "<h1>$Q::alias home page</h1><br>";
|
||||
close(OUTF);
|
||||
|
||||
open(OUTF, ">$users_datadir/$Q::alias") or die "Cannot create file $users_datadir/${Q::alias}: $!";
|
||||
print OUTF "name=\"$Q::fullname\n\"";
|
||||
print OUTF "email=\"$Q::email\n\"";
|
||||
print OUTF "phone=$Q::phone\n";
|
||||
print OUTF "country=$Q::country\n";
|
||||
print OUTF "address1=$Q::address1\n";
|
||||
print OUTF "address2=$Q::address2\n";
|
||||
print OUTF "city=$Q::city\n";
|
||||
print OUTF "zip=$Q::zip\n";
|
||||
print OUTF "password=$Q::password\n";
|
||||
print OUTF "roles=(";
|
||||
($Q::role_supporter) and print OUTF "role_supporter ";
|
||||
($Q::role_sponsor) and print OUTF "role_sponsor ";
|
||||
print OUTF ")\n";
|
||||
close(OUTF);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
sub touch_file
|
||||
{
|
||||
my $file = shift;
|
||||
# create database file if it doesn't already exist
|
||||
if (! -e $file)
|
||||
{
|
||||
open (DATA, ">>$file") or die "Can't create File: $file\n";
|
||||
close(DATA);
|
||||
}
|
||||
}
|
||||
|
||||
sub write_code
|
||||
{
|
||||
my $code = shift;
|
||||
my $md5 = shift;
|
||||
|
||||
my $database_file = File::Spec->catfile($db_dir,'codes.txt');
|
||||
|
||||
# set a variable with the current time
|
||||
my $current_time = time;
|
||||
|
||||
# create database file if it doesn't already exist
|
||||
touch_file($database_file);
|
||||
|
||||
# clean expired codes and images
|
||||
open (DBFILE, "<$database_file") or die "Can't open File: $database_file\n";
|
||||
flock DBFILE, 1; # read lock
|
||||
my @data=<DBFILE>;
|
||||
close(DBFILE);
|
||||
|
||||
my $new_data = "";
|
||||
foreach my $line (@data)
|
||||
{
|
||||
$line =~ s/\n//;
|
||||
my ($data_time,$data_code) = split(/::/,$line);
|
||||
if ( (($current_time - $data_time) > $expire) ||
|
||||
($data_code eq $md5) )
|
||||
{ # remove expired captcha, or a dup
|
||||
my $png_file = File::Spec->catfile($output_dir,$data_code . ".png");
|
||||
unlink($png_file) or carp("Can't remove png file [$png_file]\n");
|
||||
} else {
|
||||
$new_data .= $line."\n";
|
||||
}
|
||||
}
|
||||
|
||||
# save the code to database
|
||||
# warn "open File: $database_file\n" if($self->debug() >= 2);
|
||||
open(DBFILE,">$database_file") or die "Can't open File: $database_file\n"
|
||||
;
|
||||
flock DBFILE, 2; # write lock
|
||||
# warn "-->>" . $new_data . "\n" if($self->debug() >= 2);
|
||||
# warn "-->>" . $current_time . "::" . $md5."\n" if($self->debug()>= 2);
|
||||
print DBFILE $new_data;
|
||||
print DBFILE $current_time."::".$md5."\n";
|
||||
close(DBFILE);
|
||||
}
|
||||
|
||||
sub default
|
||||
{
|
||||
# my $md5sum = $captcha->generate_code($num_of_characters);
|
||||
my $image = GD::SecurityImage->new(width => 100,
|
||||
height => 50,
|
||||
ptsize => 22,
|
||||
lines => 10,
|
||||
# scramble => 1,
|
||||
rndmax => 5,
|
||||
angle => 360,
|
||||
# thickness => 1,
|
||||
send_ctobg => 1,
|
||||
bgcolor => '#ffffff',
|
||||
font => $captcha_font,
|
||||
gd_font => 'giant');
|
||||
$image->random("");
|
||||
#$your_random_str);
|
||||
$image->create( "ttf","ec","#0000CC","#c8c8CC");
|
||||
#normal => 'circle');
|
||||
$image->particle(350,1);
|
||||
my($image_data, $mime_type, $random_number) = $image->out;
|
||||
my $md5sum=md5_hex($random_number);
|
||||
|
||||
open(PNGFILE,"> $output_dir/$md5sum.png");
|
||||
print PNGFILE $image_data;
|
||||
close(PNGFILE);
|
||||
|
||||
write_code($random_number, $md5sum);
|
||||
|
||||
print header;
|
||||
print "<input type=hidden name=crypt value=\"$md5sum\" id=crypt><br>
|
||||
<table border=0><tr>
|
||||
<td>Please, enter the code in the image on the right:
|
||||
<INPUT TYPE=text name=code id=code size=5></td>
|
||||
<td align=\"center\"><img src=\"$www_output_dir/$md5sum.png\"><br>
|
||||
<a href=\"javascript://\" onclick=javascript:formScript.update();><font size=-1>load a new code</font></a>
|
||||
</td>
|
||||
</tr></table>\n";
|
||||
}
|
||||
|
||||
sub check_code
|
||||
{
|
||||
my ($code, $crypt) = @_;
|
||||
|
||||
$code = lc($code);
|
||||
|
||||
# warn "$code $crypt\n" if($self->debug() >= 2);
|
||||
|
||||
my $current_time = time;
|
||||
my $return_value = 0;
|
||||
my $database_file = File::Spec->catfile($db_dir,"codes.txt");
|
||||
|
||||
# create database file if it doesn't already exist
|
||||
touch_file($database_file);
|
||||
|
||||
# zeros (0) and ones (1) are not part of the code
|
||||
# they could be confused with (o) and (l), so we swap them in
|
||||
#$code =~ tr/01/ol/;
|
||||
|
||||
my $md5 = md5_hex($code);
|
||||
|
||||
# pull in current database
|
||||
# warn "Open File: $database_file\n" if($self->debug() >= 2);
|
||||
open (DBFILE, "<$database_file") or die "Can't open File: $database_file\n";
|
||||
flock DBFILE, 1; # read lock
|
||||
my @data=<DBFILE>;
|
||||
close(DBFILE);
|
||||
# warn "Close File: $database_file\n" if($self->debug() >= 2);
|
||||
|
||||
my $passed=0;
|
||||
# $new_data will hold the part of the database we want to keep and
|
||||
# write back out
|
||||
my $new_data = "";
|
||||
my $found;
|
||||
foreach my $line (@data)
|
||||
{
|
||||
$line =~ s/\n//;
|
||||
my ($data_time,$data_code) = split(/::/,$line);
|
||||
|
||||
my $png_file = File::Spec->catfile($output_dir,$data_code . ".png");
|
||||
|
||||
if ($data_code eq $crypt)
|
||||
{
|
||||
# the crypt was found in the database
|
||||
if (($current_time - $data_time) >$expire)
|
||||
{
|
||||
# warn "Crypt Found But Expired\n" if($self->debug() >= 2);
|
||||
# the crypt was found but has expired
|
||||
$return_value = -1;
|
||||
} else {
|
||||
# warn "Match Crypt in File Crypt: $crypt\n" if($self->debug() >= 2);
|
||||
$found = 1;
|
||||
}
|
||||
# remove the found crypt so it can't be used again
|
||||
# warn "Unlink File: " . $png_file . "\n" if($self->debug() >= 2);
|
||||
unlink($png_file) or carp("Can't remove png file [$png_file]\n");
|
||||
} elsif (($current_time - $data_time) > $expire) {
|
||||
# removed expired crypt
|
||||
# warn "Removing Expired Crypt File: " . $png_file ."\n" if($self->debug() >= 2);
|
||||
unlink($png_file) or carp("Can't remove png file [$png_file]\n");
|
||||
} else {
|
||||
# crypt not found or expired, keep it
|
||||
$new_data .= $line."\n";
|
||||
}
|
||||
}
|
||||
|
||||
if ($md5 eq $crypt)
|
||||
{
|
||||
# warn "Match: " . $md5 . " And " . $crypt . "\n" if($self->debug() >= 2);
|
||||
# solution was correct
|
||||
if ($found)
|
||||
{
|
||||
# solution was correct and was found in database - passed
|
||||
$return_value = 1;
|
||||
} elsif (!$return_value) {
|
||||
# solution was not found in database
|
||||
$return_value = -2;
|
||||
}
|
||||
} else {
|
||||
# warn "No Match: " . $md5 . " And " . $crypt . "\n" if($self->debug() >= 2);
|
||||
# incorrect solution
|
||||
$return_value = -3;
|
||||
}
|
||||
|
||||
# update database
|
||||
open(DBFILE,">$database_file") or die "Can't open File: $database_file\n";
|
||||
flock DBFILE, 2; # write lock
|
||||
print DBFILE $new_data;
|
||||
close(DBFILE);
|
||||
|
||||
return $return_value;
|
||||
}
|
||||
|
||||
sub load_cgi_variables
|
||||
{
|
||||
my $cgi = new CGI;
|
||||
$cgi->import_names('Q');
|
||||
}
|
0
wwwroot/cgi-bin/index.html
Normal file
14
wwwroot/cgi-bin/randombanner.cgi
Executable file
@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
echo $header
|
||||
[ "$1" ] && SHOW_BANNERS="$1"
|
||||
[ "$SHOW_BANNERS" ] || SHOW_BANNERS=6
|
||||
. ../banners/auto/settings.inc
|
||||
[ "$HORIZONTAL_BANNERS" ] && echo "<table style=\"border:0\"><tr>"
|
||||
for i in `seq 1 $SHOW_BANNERS`; do
|
||||
number=$RANDOM
|
||||
let number="$number % $banner_count"
|
||||
[ "$HORIZONTAL_BANNERS" ] && echo "<td>"
|
||||
cat ../banners/auto/$number.html
|
||||
[ "$HORIZONTAL_BANNERS" ] && echo "</td>"
|
||||
done
|
||||
[ "$HORIZONTAL_BANNERS" ] && echo "</tr></table>"
|
28
wwwroot/cgi-bin/text-to-html-filter-idx.cgi
Executable file
@ -0,0 +1,28 @@
|
||||
#!/bin/bash
|
||||
echo $header
|
||||
ext=${file/*.}
|
||||
range=10000
|
||||
filename="/var/www/www.openmamba.org/$file"
|
||||
filelines=`wc -l $filename | awk '{ print $1 }'`
|
||||
filepages=`expr $filelines / $range + 1`
|
||||
[ "$page" -a $page -gt 0 ] || page=1
|
||||
from=`expr \( $page - 1 \) \* $range + 1`
|
||||
to=`expr $from \+ $range - 1`
|
||||
nextpage=`expr $page + 1`
|
||||
prevpage=`expr $page - 1`
|
||||
[ $from -ge $range ] && echo -n "<a href=\"showfile.html?file=$file&page=$prevpage\"><</a> " || echo -n "< "
|
||||
idxsize=20
|
||||
[ $page -gt $idxsize ] && idxfrom=`expr $page - $idxsize` || idxfrom=1
|
||||
idxto=`expr $idxfrom + $idxsize \* 2`
|
||||
[ $idxto -le $filepages ] || idxto=$filepages
|
||||
[ $filepages -gt $idxsize ] && idxst=`expr $page - $idxsize` || idxst=1
|
||||
for i in `seq $idxfrom $idxto`; do
|
||||
if [ $i -eq $page ]; then
|
||||
echo -n "$i "
|
||||
else
|
||||
echo -n "<a href=\"showfile.html?file=$file&page=$i\">$i</a> "
|
||||
fi
|
||||
done
|
||||
[ $to -lt $filelines ] && echo -n "<a href=\"showfile.html?file=$file&page=$nextpage\">></a> " || echo -n "> "
|
||||
echo
|
||||
exit 0
|
18
wwwroot/cgi-bin/text-to-html-filter.cgi
Executable file
@ -0,0 +1,18 @@
|
||||
#!/bin/bash
|
||||
echo $header
|
||||
ext=${file/*.}
|
||||
range=10000
|
||||
filename="/var/www/www.openmamba.org/$file"
|
||||
[ "$page" -a $page -gt 0 ] || page=1
|
||||
from=`expr \( $page - 1 \) \* $range + 1`
|
||||
to=`expr $from \+ $range - 1`
|
||||
if [ "$ext" = "log" -o "$ext" = "spec" -o "$ext" = "patch" -o "$ext" = "diff" ]; then
|
||||
/bin/sed -n "${from},${to}p" $filename | /bin/sed -e 's|\&|\&|g' \
|
||||
-e 's|<|\<|g' \
|
||||
-e 's|>|\>|g' \
|
||||
-e 's|\([[:alpha:][:digit:]]*\)\@[[:alpha:][:digit:]]*\.[[:alpha:][:digit:]\.]*|\1@...|g'
|
||||
#'s|\&|\\&|g' -e 's|<|\<|g' -e 's|>|\>|g' -e 's|\([[:alpha:][:digit:]]*\)\@[[:alpha:][:digit:]]*\.[[:alpha:][:digit:]\.]*|\1@...|g' /var/www/www.openmamba.org/$file
|
||||
else
|
||||
/bin/sed -n "${from},${to}p" $filename
|
||||
fi
|
||||
exit 0
|
360
wwwroot/cgi-bin/user.cgi
Executable file
@ -0,0 +1,360 @@
|
||||
#!/usr/bin/perl
|
||||
|
||||
use strict;
|
||||
use Carp;
|
||||
use CGI qw(:standard);
|
||||
use GD::SecurityImage;
|
||||
use Digest::MD5 qw(md5_hex);
|
||||
|
||||
my $captcha_on = 1;
|
||||
my $captcha_font = "/usr/share/fonts/truetype/FreeSansBold.ttf";
|
||||
my $captcha_md5sum = "";
|
||||
my $output_dir = "/var/www/www.openmamba.org/captcha";
|
||||
my $www_output_dir = "/captcha";
|
||||
my $www_address = "topix2.openmamba.org";
|
||||
my $db_dir = "/var/www/www.openmamba.org/captcha";
|
||||
my $regdb_file = "/var/www/www.openmamba.org/cgi-bin/regdb";
|
||||
my $users_homedir = "/var/www/www.openmamba.org/people";
|
||||
my $users_datadir = "/var/www/www.openmamba.org/people/data";
|
||||
|
||||
my $num_of_characters = 5;
|
||||
my $expire = 300;
|
||||
|
||||
my $emaildest = "webmaster\@mambasoft.it";
|
||||
my $emailsender = "noreply\@openmamba.org";
|
||||
my $sendmail = "/usr/sbin/sendmail -t";
|
||||
my $database_file = File::Spec->catfile($db_dir,'codes.txt');
|
||||
|
||||
my $failmsg="";
|
||||
|
||||
&main;
|
||||
|
||||
sub main
|
||||
{
|
||||
open(FILE, "config") || die "Error: cannot open configuration file.";
|
||||
while (<FILE>) {
|
||||
chomp; # no newline
|
||||
s/#.*//; # no comments
|
||||
s/^\s+//; # no leading white
|
||||
s/\s+$//; # no trailing white
|
||||
next unless length;
|
||||
my ($var, $value) = split(/\s*=\s*/,$_,2);
|
||||
# print "assignment:$var=$value";
|
||||
eval("\$$var=$value;");
|
||||
}
|
||||
|
||||
my $check_res = 0;
|
||||
|
||||
# import any get or post variables into the Q namespace
|
||||
&load_cgi_variables();
|
||||
if ($Q::formsubmit)
|
||||
{
|
||||
my $res = 1;
|
||||
check_fields();
|
||||
if ($captcha_on) { $res=&check_code($Q::code, $Q::crypt); }
|
||||
if ($res == 1) {
|
||||
if ($failmsg eq "") {
|
||||
$check_res = &send_mail();
|
||||
if ($check_res == 0) {
|
||||
# write one time code for register.php script
|
||||
if ($captcha_on) {
|
||||
generate_captcha(1);
|
||||
}
|
||||
my $md5sum=md5_hex(rand());
|
||||
open(DBFILE,">>$database_file") or die "Can't open File: $database_file\n";
|
||||
flock DBFILE, 2; # write lock
|
||||
print DBFILE "0::".$md5sum."\n";
|
||||
close(DBFILE);
|
||||
print "Location:/scripts/register.php?user_login=$Q::alias&user_email=$Q::email&code=$md5sum&captcha_code=$captcha_md5sum\n\n";
|
||||
# print "OK";
|
||||
# print header;
|
||||
# print "OK";
|
||||
exit 0;
|
||||
} else {
|
||||
$failmsg = "error submitting the form, please contact the webmaster<br>";
|
||||
}
|
||||
}
|
||||
} elsif ($res == -1) {
|
||||
$failmsg = "$failmsg code has expired<br>";
|
||||
} elsif ($res == -2) {
|
||||
$failmsg = "$failmsg control code is not correct<br>";
|
||||
} elsif ($res == -3) {
|
||||
$failmsg = "$failmsg control code is not correct<br>";
|
||||
} else {
|
||||
$failmsg = "general error ($res), please contact the webmaster<br>";
|
||||
}
|
||||
if ($captcha_on) { &generate_captcha; } else { print header; }
|
||||
print "Please correct the following errors and submit the form again:";
|
||||
print "<br><font color=red>$failmsg</font><br>";
|
||||
} else {
|
||||
if ($captcha_on) {
|
||||
&generate_captcha;
|
||||
print "<br><br>";
|
||||
} else {
|
||||
print header;
|
||||
print "<input type=hidden name=crypt value=\"\" id=crypt>";
|
||||
print "<input type=hidden name=code value=\"\" id=code>\n";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
sub check_fields
|
||||
{
|
||||
($Q::fullname) or $failmsg = "$failmsg username not entered<br>";
|
||||
($Q::email) or $failmsg = "$failmsg email not entered<br>";
|
||||
($Q::alias) or $failmsg = "$failmsg alias not entered<br>";
|
||||
($Q::country) or $failmsg = "$failmsg country not selected<br>";
|
||||
($Q::accept_document =~ "true") or $failmsg = "$failmsg service conditions not accepted<br>";
|
||||
}
|
||||
|
||||
sub send_mail
|
||||
{
|
||||
my $content = "User $Q::alias has just registered on $www_address\n
|
||||
Full Name: $Q::fullname
|
||||
Country: $Q::country
|
||||
Language: $Q::language
|
||||
E-Mail: $Q::email
|
||||
Accept privacy: $Q::accept_document
|
||||
Info openmamba: $Q::info_openmamba
|
||||
Info mambaSoft: $Q::info_mambasoft
|
||||
Prefer HTML: $Q::info_HTML
|
||||
";
|
||||
my $subject = "A new user has registered on $www_address";
|
||||
|
||||
open(SENDMAIL, "|$sendmail") or die "Cannot open $sendmail: $!";
|
||||
# print SENDMAIL $reply_to;
|
||||
print SENDMAIL "Subject: $subject\n";
|
||||
print SENDMAIL "From: $emailsender\n";
|
||||
print SENDMAIL "To: $emaildest\n";
|
||||
print SENDMAIL "Content-type: text/plain\n\n";
|
||||
print SENDMAIL "$content\n";
|
||||
close(SENDMAIL);
|
||||
|
||||
open(OUTF, ">>$regdb_file") or die "Cannot open file $regdb_file for append: $!";
|
||||
print OUTF "$Q::alias,$Q::fullname,$Q::country,$Q::language,$Q::email,$Q::accept_document,".
|
||||
"$Q::info_openmamba,$Q::info_mambasoft,$Q::info_HTML\n";
|
||||
close(OUTF);
|
||||
|
||||
# open(OUTF, ">$users_datadir/$Q::alias") or die "Cannot create file $users_datadir/${Q::alias}: $!";
|
||||
# print OUTF "name=\"$Q::fullname\n\"";
|
||||
# print OUTF "email=\"$Q::email\n\"";
|
||||
# print OUTF "phone=$Q::phone\n";
|
||||
# print OUTF "country=$Q::country\n";
|
||||
# print OUTF "address1=$Q::address1\n";
|
||||
# print OUTF "address2=$Q::address2\n";
|
||||
# print OUTF "city=$Q::city\n";
|
||||
# print OUTF "zip=$Q::zip\n";
|
||||
# print OUTF "password=$Q::password\n";
|
||||
# print OUTF "roles=(";
|
||||
# ($Q::role_supporter) and print OUTF "role_supporter ";
|
||||
# ($Q::role_sponsor) and print OUTF "role_sponsor ";
|
||||
# print OUTF ")\n";
|
||||
# close(OUTF);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
sub touch_file
|
||||
{
|
||||
my $file = shift;
|
||||
# create database file if it doesn't already exist
|
||||
if (! -e $file)
|
||||
{
|
||||
open (DATA, ">>$file") or die "Can't create File: $file\n";
|
||||
close(DATA);
|
||||
}
|
||||
}
|
||||
|
||||
sub write_code
|
||||
{
|
||||
my $code = shift;
|
||||
my $md5 = shift;
|
||||
|
||||
# set a variable with the current time
|
||||
my $current_time = time;
|
||||
|
||||
# create database file if it doesn't already exist
|
||||
touch_file($database_file);
|
||||
|
||||
# clean expired codes and images
|
||||
open (DBFILE, "<$database_file") or die "Can't open File: $database_file\n";
|
||||
flock DBFILE, 1; # read lock
|
||||
my @data=<DBFILE>;
|
||||
close(DBFILE);
|
||||
|
||||
my $new_data = "";
|
||||
foreach my $line (@data)
|
||||
{
|
||||
$line =~ s/\n//;
|
||||
my ($data_time,$data_code) = split(/::/,$line);
|
||||
if ( (($current_time - $data_time) > $expire) ||
|
||||
($data_code eq $md5) )
|
||||
{ # remove expired captcha, or a dup
|
||||
my $png_file = File::Spec->catfile($output_dir,$data_code . ".png");
|
||||
unlink($png_file);
|
||||
# or carp("Can't remove png file [$png_file]\n");
|
||||
} else {
|
||||
$new_data .= $line."\n";
|
||||
}
|
||||
}
|
||||
|
||||
# save the code to database
|
||||
# warn "open File: $database_file\n" if($self->debug() >= 2);
|
||||
open(DBFILE,">$database_file") or die "Can't open File: $database_file\n"
|
||||
;
|
||||
flock DBFILE, 2; # write lock
|
||||
# warn "-->>" . $new_data . "\n" if($self->debug() >= 2);
|
||||
# warn "-->>" . $current_time . "::" . $md5."\n" if($self->debug()>= 2);
|
||||
print DBFILE $new_data;
|
||||
print DBFILE $current_time."::".$md5."\n";
|
||||
close(DBFILE);
|
||||
}
|
||||
|
||||
sub generate_captcha
|
||||
{
|
||||
# output_mode =
|
||||
# 0: print captcha html code
|
||||
# 1: return md5sum
|
||||
my ($output_mode) = @_;
|
||||
|
||||
# my $md5sum = $captcha->generate_code($num_of_characters);
|
||||
my $image = GD::SecurityImage->new(width => 100,
|
||||
height => 50,
|
||||
ptsize => 22,
|
||||
lines => 10,
|
||||
# scramble => 1,
|
||||
rndmax => 5,
|
||||
angle => 360,
|
||||
# thickness => 1,
|
||||
send_ctobg => 1,
|
||||
bgcolor => '#ffffff',
|
||||
font => $captcha_font,
|
||||
gd_font => 'giant');
|
||||
$image->random("");
|
||||
#$your_random_str);
|
||||
$image->create( "ttf","ec","#0000CC","#c8c8CC");
|
||||
#normal => 'circle');
|
||||
$image->particle(350,1);
|
||||
my($image_data, $mime_type, $random_number) = $image->out;
|
||||
my $md5sum=md5_hex($random_number);
|
||||
|
||||
open(PNGFILE,"> $output_dir/$md5sum.png");
|
||||
print PNGFILE $image_data;
|
||||
close(PNGFILE);
|
||||
|
||||
write_code($random_number, $md5sum);
|
||||
|
||||
if ($output_mode != 1) {
|
||||
print header;
|
||||
print "<input type=hidden name=crypt value=\"$md5sum\" id=crypt><br>";
|
||||
print "<table border=0><tr>";
|
||||
print "<td>Please, enter the code in the image on the right:";
|
||||
print "<INPUT TYPE=text name=code id=code size=5></td>";
|
||||
print "<td align=\"center\"><img src=\"$www_output_dir/$md5sum.png\"><br>";
|
||||
print "<a href=\"javascript://\" onclick=javascript:formScript.update();><font size=-1>load a new code</font></a>";
|
||||
print "</td></tr></table>\n";
|
||||
};
|
||||
$captcha_md5sum=$md5sum;
|
||||
}
|
||||
|
||||
sub check_code
|
||||
{
|
||||
my ($code, $crypt) = @_;
|
||||
|
||||
$code = lc($code);
|
||||
|
||||
# warn "$code $crypt\n" if($self->debug() >= 2);
|
||||
|
||||
my $current_time = time;
|
||||
my $return_value = 0;
|
||||
my $database_file = File::Spec->catfile($db_dir,"codes.txt");
|
||||
|
||||
# create database file if it doesn't already exist
|
||||
touch_file($database_file);
|
||||
|
||||
# zeros (0) and ones (1) are not part of the code
|
||||
# they could be confused with (o) and (l), so we swap them in
|
||||
#$code =~ tr/01/ol/;
|
||||
|
||||
my $md5 = md5_hex($code);
|
||||
|
||||
# pull in current database
|
||||
# warn "Open File: $database_file\n" if($self->debug() >= 2);
|
||||
open (DBFILE, "<$database_file") or die "Can't open File: $database_file\n";
|
||||
flock DBFILE, 1; # read lock
|
||||
my @data=<DBFILE>;
|
||||
close(DBFILE);
|
||||
# warn "Close File: $database_file\n" if($self->debug() >= 2);
|
||||
|
||||
my $passed=0;
|
||||
# $new_data will hold the part of the database we want to keep and
|
||||
# write back out
|
||||
my $new_data = "";
|
||||
my $found;
|
||||
foreach my $line (@data)
|
||||
{
|
||||
$line =~ s/\n//;
|
||||
my ($data_time,$data_code) = split(/::/,$line);
|
||||
|
||||
my $png_file = File::Spec->catfile($output_dir,$data_code . ".png");
|
||||
|
||||
if ($data_code eq $crypt)
|
||||
{
|
||||
# the crypt was found in the database
|
||||
if (($current_time - $data_time) >$expire)
|
||||
{
|
||||
# warn "Crypt Found But Expired\n" if($self->debug() >= 2);
|
||||
# the crypt was found but has expired
|
||||
$return_value = -1;
|
||||
} else {
|
||||
# warn "Match Crypt in File Crypt: $crypt\n" if($self->debug() >= 2);
|
||||
$found = 1;
|
||||
}
|
||||
# remove the found crypt so it can't be used again
|
||||
# warn "Unlink File: " . $png_file . "\n" if($self->debug() >= 2);
|
||||
unlink($png_file);
|
||||
# or carp("Can't remove png file [$png_file]\n");
|
||||
} elsif (($current_time - $data_time) > $expire) {
|
||||
# removed expired crypt
|
||||
# warn "Removing Expired Crypt File: " . $png_file ."\n" if($self->debug() >= 2);
|
||||
unlink($png_file);
|
||||
# or carp("Can't remove png file [$png_file]\n");
|
||||
} else {
|
||||
# crypt not found or expired, keep it
|
||||
$new_data .= $line."\n";
|
||||
}
|
||||
}
|
||||
|
||||
if ($md5 eq $crypt)
|
||||
{
|
||||
# warn "Match: " . $md5 . " And " . $crypt . "\n" if($self->debug() >= 2);
|
||||
# solution was correct
|
||||
if ($found)
|
||||
{
|
||||
# solution was correct and was found in database - passed
|
||||
$return_value = 1;
|
||||
} elsif (!$return_value) {
|
||||
# solution was not found in database
|
||||
$return_value = -2;
|
||||
}
|
||||
} else {
|
||||
# warn "No Match: " . $md5 . " And " . $crypt . "\n" if($self->debug() >= 2);
|
||||
# incorrect solution
|
||||
$return_value = -3;
|
||||
}
|
||||
|
||||
# update database
|
||||
open(DBFILE,">$database_file") or die "Can't open File: $database_file\n";
|
||||
flock DBFILE, 2; # write lock
|
||||
print DBFILE $new_data;
|
||||
close(DBFILE);
|
||||
|
||||
return $return_value;
|
||||
}
|
||||
|
||||
sub load_cgi_variables
|
||||
{
|
||||
my $cgi = new CGI;
|
||||
$cgi->import_names('Q');
|
||||
}
|
129
wwwroot/community/community.en.html
Normal file
@ -0,0 +1,129 @@
|
||||
<!--#set var="title" value="Community" -->
|
||||
<!--#set var="description" value="openmamba community main page" -->
|
||||
<!--#set var="keywords" value="community,developers,roles,role game,about,faq,contact,information" -->
|
||||
<!--#set var="slogan" value="Ready to use GNU/Linux" -->
|
||||
<!--#include virtual="/header.html" -->
|
||||
|
||||
<table width="100%"><tr><td>
|
||||
<tr><td valign="middle">
|
||||
<table align="center"><tr>
|
||||
<td><img src="/images/community-gr.png" alt="community"></td>
|
||||
<td class="toptitle">openmamba community</td>
|
||||
</tr></table>
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
<p><b>About</b>
|
||||
<p>The openmamba community is made of people who contribute to the development and spreading of GNU/Linux open source software.
|
||||
The reason to make a community is to improve the development of open collaborative projects including the <i>openmamba
|
||||
GNU/Linux distribution</i> on which this project is based.
|
||||
Community participants can communicate through the <a href="http://www.openmamba.org/lists/">mailing lists</a>
|
||||
and the forum<a href="http://forum.openmamba.org">forum</a>.
|
||||
Among the benefits you get from participating to this community are the possibility to
|
||||
contribute with your own ideas and works in a big open project and to get recognized visibility on what you have done and can do.
|
||||
|
||||
<br><br></p><p><b>People and groups</b>
|
||||
<p>The first required step in order to partecipate as a member is the
|
||||
<a href="http://www.openmamba.org/registration.html">registration</a>.
|
||||
You can then ask and get benefits from the services described below.
|
||||
<p>Two or more community members can join to form a group by sending a request and
|
||||
specifying the group name and definitions (a short description and a long one).
|
||||
The two or more members are responsible of the privileges management for the group
|
||||
services. Those privileges can be transmitted to registered users only.
|
||||
The activities in a group can be organized indipendently and organization can be
|
||||
different from openmamba general organization.
|
||||
<br>
|
||||
<br><a href="/people">People</a>
|
||||
<br><a href="/groups">Groups</a>
|
||||
|
||||
|
||||
|
||||
<br><br>
|
||||
<p><b>Community benefits and services</b>
|
||||
<p>In order to join the community you have to choose at least one of the roles below and contribute accordingly.
|
||||
You'll be free to spend how much time you may and wish. Your contributions for each role will be automatically tracked on your personal page thus
|
||||
giving you recognized visibility on your abilities in the open source community.
|
||||
<p>Registration is free and both technical and non-technical roles are available; in order to get benefit from
|
||||
openmamba services you'll have to perform some of the tasks that will be defined by the community or yourself.
|
||||
<p>You may get benefits from the openmamba community both if you help to develop and spread the openmamba GNU/Linux
|
||||
distribution and if just use your personal page to host your own open source project.
|
||||
<p>Community automatized registration is a work in progress. <a href="mailto:info@openmamba.org">Write us</a> if you don't want to wait for joining the community .
|
||||
<br><br>
|
||||
<p><b>Roles</b>
|
||||
<p>Every openmamba community individual chooses one or more roles in the following list:
|
||||
|
||||
<ul>
|
||||
<li>supporter (donation required)
|
||||
<li>referent of a sponsorizing company
|
||||
<li>distribution beta-tester
|
||||
<li>software scout
|
||||
<li>software packager
|
||||
<li>non GUI software developer
|
||||
<li>GUI software developer
|
||||
<li>Linux drivers developer
|
||||
<li>embedded systems developer
|
||||
<li>low level (kernel and hardware) software maintainer
|
||||
<li>development (compiler and build tools) software maintainer
|
||||
<li>middle level (system base tools and libraries) software maintainer
|
||||
<li>graphical environment software maintainer (Xorg, KDE, Gnome,...)
|
||||
<li>office applications maintainer
|
||||
<li>multimedia applications maintainer
|
||||
<li>porting distribution to new hardware platforms
|
||||
<li>website developer
|
||||
<li>documentation/wiki contents writer
|
||||
<li>translator
|
||||
<li>graphic designer/artist (themes, icons, website, gui styles...)
|
||||
<li>public relations (help making openmamba known on the web)
|
||||
<li>forum and/or mailing list moderator
|
||||
<li>website maintainer
|
||||
<li>head repositories maintainer
|
||||
<li>distribution architecture designer
|
||||
</ul>
|
||||
<br>
|
||||
<p><b>openmamba services</b>
|
||||
<p>openmamba offers the following services to its community members:
|
||||
<ul>
|
||||
<li>community personal page on www.openmamba.org
|
||||
<li>subscription to the openmamba-community mailing list
|
||||
<li>a redirect e-mail address in the domain openmamba.org (<i>e.g. myalias@openmamba.org</i>)
|
||||
<li>a personal development repository to create and spread your own sub-distribution
|
||||
</ul>
|
||||
<br>
|
||||
<p><b>Support the community</b>
|
||||
<p>You can be part of the community without having to perform any activity. openmamba needs founding to maintain itself
|
||||
and financial support is appreciated.
|
||||
<p>Donations can be made via paypal by clicking on the link below:
|
||||
|
||||
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
|
||||
<input type="hidden" name="cmd" value="_s-xclick">
|
||||
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but04.gif" border="0" name="submit" alt="Effettua i tuoi pagamenti con PayPal. un sistema rapido, gratuito e sicuro.">
|
||||
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
|
||||
<input type="hidden" name="encrypted" value="-----BEGIN PKCS7-----MIIHTwYJKoZIhvcNAQcEoIIHQDCCBzwCAQExggEwMIIBLAIBADCBlDCBjjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1Nb3VudGFpbiBWaWV3MRQwEgYDVQQKEwtQYXlQYWwgSW5jLjETMBEGA1UECxQKbGl2ZV9jZXJ0czERMA8GA1UEAxQIbGl2ZV9hcGkxHDAaBgkqhkiG9w0BCQEWDXJlQHBheXBhbC5jb20CAQAwDQYJKoZIhvcNAQEBBQAEgYCnpb9wfmgp1EeTaqPcYAoz64F0PzlJdmbELQRYc4w2K5IXmJHVNYvRgY3HZRpQdhaFUG/dTE8i0FlWVBnIwBy/F+g1ZMm+NMNlH0+PxyoEEmV2ZhJwwk6QfPGvhFZrvOpHmQzimu+uRZYrLjbXNCaVNM2X81Y89dPC09FxxKahUjELMAkGBSsOAwIaBQAwgcwGCSqGSIb3DQEHATAUBggqhkiG9w0DBwQIv74m8AdqydGAgaj3GW70SIvNE5KGwL0L6MV1a3/akCh8/BF5R0YYiePowhTgcxVFIr7R15WJuaX0eb2pFLAxEbdY4iCcJEEa38VytOs7f9bhBEK6TamchJEOAJMVygnc7ggte/7wmysdvKMaxo+C0NQWCR5kTA4dkPJUSP+lFuZhQ/IfaTxAPisBbPWhhQmlqQd1uJT/APKM2gnOGpsQW8nIWPFnhhjwIqrRaBT52bGlUgigggOHMIIDgzCCAuygAwIBAgIBADANBgkqhkiG9w0BAQUFADCBjjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1Nb3VudGFpbiBWaWV3MRQwEgYDVQQKEwtQYXlQYWwgSW5jLjETMBEGA1UECxQKbGl2ZV9jZXJ0czERMA8GA1UEAxQIbGl2ZV9hcGkxHDAaBgkqhkiG9w0BCQEWDXJlQHBheXBhbC5jb20wHhcNMDQwMjEzMTAxMzE1WhcNMzUwMjEzMTAxMzE1WjCBjjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1Nb3VudGFpbiBWaWV3MRQwEgYDVQQKEwtQYXlQYWwgSW5jLjETMBEGA1UECxQKbGl2ZV9jZXJ0czERMA8GA1UEAxQIbGl2ZV9hcGkxHDAaBgkqhkiG9w0BCQEWDXJlQHBheXBhbC5jb20wgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAMFHTt38RMxLXJyO2SmS+Ndl72T7oKJ4u4uw+6awntALWh03PewmIJuzbALScsTS4sZoS1fKciBGoh11gIfHzylvkdNe/hJl66/RGqrj5rFb08sAABNTzDTiqqNpJeBsYs/c2aiGozptX2RlnBktH+SUNpAajW724Nv2Wvhif6sFAgMBAAGjge4wgeswHQYDVR0OBBYEFJaffLvGbxe9WT9S1wob7BDWZJRrMIG7BgNVHSMEgbMwgbCAFJaffLvGbxe9WT9S1wob7BDWZJRroYGUpIGRMIGOMQswCQYDVQQGEwJVUzELMAkGA1UECBMCQ0ExFjAUBgNVBAcTDU1vdW50YWluIFZpZXcxFDASBgNVBAoTC1BheVBhbCBJbmMuMRMwEQYDVQQLFApsaXZlX2NlcnRzMREwDwYDVQQDFAhsaXZlX2FwaTEcMBoGCSqGSIb3DQEJARYNcmVAcGF5cGFsLmNvbYIBADAMBgNVHRMEBTADAQH/MA0GCSqGSIb3DQEBBQUAA4GBAIFfOlaagFrl71+jq6OKidbWFSE+Q4FqROvdgIONth+8kSK//Y/4ihuE4Ymvzn5ceE3S/iBSQQMjyvb+s2TWbQYDwcp129OPIbD9epdr4tJOUNiSojw7BHwYRiPh58S1xGlFgHFXwrEBb3dgNbMUa+u4qectsMAXpVHnD9wIyfmHMYIBmjCCAZYCAQEwgZQwgY4xCzAJBgNVBAYTAlVTMQswCQYDVQQIEwJDQTEWMBQGA1UEBxMNTW91bnRhaW4gVmlldzEUMBIGA1UEChMLUGF5UGFsIEluYy4xEzARBgNVBAsUCmxpdmVfY2VydHMxETAPBgNVBAMUCGxpdmVfYXBpMRwwGgYJKoZIhvcNAQkBFg1yZUBwYXlwYWwuY29tAgEAMAkGBSsOAwIaBQCgXTAYBgkqhkiG9w0BCQMxCwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0wNzA1MjMxMzU5NDBaMCMGCSqGSIb3DQEJBDEWBBS+wi3WInPAYzNab3IxtO76GvVE4zANBgkqhkiG9w0BAQEFAASBgIIwDgIZSq9a5U0HKFEqC/O1ZdPUonkRa0IFaWB7BAEMw/cIiQdsU6ypP2eDzs6nAg0ndJRQRdHeW/MSHUiPZWDdwlOLM59IdW+rbPp/9npMMDlLwPD6rvg/fQ6F9qPUhbFVWzjwwY4R/NX4pFYOosdD1KlFcDxPx1rLFqDY/m51-----END PKCS7-----">
|
||||
</form>
|
||||
|
||||
<!--After making the donation you'll be allowed to join the community with a <i>supporter</i> role and
|
||||
according to the amount of your donation you'll get a different level:<br>
|
||||
<p>
|
||||
<div class="slim">
|
||||
<table><tr bgcolor="#999999" cellspacing="0">
|
||||
<td width="200"><b>Donation level</b></td><td width="200"><b>Amount of the donation</b></td></tr><tr>
|
||||
<td>base supporter</td><td>25-49 €</td></tr><tr>
|
||||
<td>bronze supporter</td><td>50-99 €</td></tr>
|
||||
<td>silver supporter</td><td>100-199 €</td></tr>
|
||||
<td>gold supporter</td><td>200-399 €</td></tr>
|
||||
<td>platinum supporter</td><td>400-799 €</td></tr>
|
||||
<td>benefactor supporter</td><td>800+ €</td></tr>
|
||||
</table></div>-->
|
||||
<br>
|
||||
<p><b>Become a sponsor of openmamba</b>
|
||||
<p>You may tie your company name and image to openmamba thus gaining appreciation and
|
||||
visibility in the open source community.
|
||||
<p>Sponsorship fee is 1500 € and you will give you:
|
||||
<ul>
|
||||
<li>a 200x40 banner on the openmamba homepage for the lenght of one year
|
||||
<li>a community account with the role of <i>referent of a sponsorizing company</i>
|
||||
</ul>
|
||||
<p>Please <a href="mailto:sponsorship@openmamba.org">write us</a> for sponsorship information.
|
||||
|
||||
<br><br>
|
||||
</td></tr></table>
|
||||
<!--#include virtual="/footer.html" -->
|
143
wwwroot/community/community.it.html
Normal file
@ -0,0 +1,143 @@
|
||||
<!--#set var="title" value="Comunità" -->
|
||||
<!--#set var="description" value="comunità di openmamba" -->
|
||||
<!--#set var="keywords" value="community,developers,roles,role game,about,faq,contact,information" -->
|
||||
<!--#set var="slogan" value="GNU/Linux pronto per l'uso" -->
|
||||
<!--#include virtual="/header.html" -->
|
||||
|
||||
<table width="100%"><tr><td>
|
||||
<tr><td valign="middle">
|
||||
<table align="center"><tr>
|
||||
<td><img src="/images/community-gr.png" alt="community"></td>
|
||||
<td class="toptitle">comunità di openmamba</td>
|
||||
</tr></table>
|
||||
</td></tr>
|
||||
<tr>
|
||||
|
||||
<td><p><b>Chi siamo</b>
|
||||
</p><p>La comunità (o community) di openmamba è costituita dall'insieme delle persone che contribuiscono allo
|
||||
sviluppo ed alla diffusione di software Open Source attraverso i servizi del
|
||||
progetto openmamba.
|
||||
<br>Nata grazie a <a href="http://www.mambasoft.it" target="_new">mambaSoft</a>, che
|
||||
si occupa di farla crescere attraverso lo sviluppo di
|
||||
servizi web su questo sito, l'attività della comunità
|
||||
avviene attraverso le
|
||||
<a href="http://www.openmamba.org/lists/">liste di discussione</a>
|
||||
ed il <a href="http://forum.openmamba.org">forum</a>.
|
||||
Attualmente lo sviluppo è incentrato sulla distribuzione GNU/Linux openmamba.
|
||||
<br>Ognuno è libero di partecipare alla comunità attraverso la partecipazione
|
||||
nei canali di discussione sopracitati e può usufruire su richiesta dei servizi
|
||||
disponibili descritti di seguito.
|
||||
|
||||
<br><br></p><p><b>Persone e gruppi</b>
|
||||
<p>La partecipazione alla comunità richiede innanzitutto di effettuare la
|
||||
<a href="http://www.openmamba.org/registration.html">registrazione</a>.
|
||||
Successivamente è possibile richiedere ed usufruire dei servizi descritti nei paragrafi successivi.
|
||||
<p>Due o più membri della comunità possono decidere di formare un gruppo comunicando
|
||||
il nome scelto e la sua definizione (una descrizione breve ed una lunga).
|
||||
Le due o più persone che formano il gruppo sono responsabili della
|
||||
gestione dei privilegi per l'accesso ai servizi riservati che però in ogni caso dovrà
|
||||
coinvolgere persone che siano registrate sul sito. Le attività all'interno
|
||||
di un gruppo possono essere organizzate secondo modalità decise dai rispettivi creatori e
|
||||
in maniera anche non conforme con le modalità di organizzazione generale di openmamba.
|
||||
<br>
|
||||
<br><a href="/people">Persone</a>
|
||||
<br><a href="/groups">Gruppi</a>
|
||||
|
||||
|
||||
<br><br></p><p><b>Benefici della community</b>
|
||||
</p><p>Per partecipare l'ideale è ricoprire uno o
|
||||
più dei ruoli riportati di seguito e
|
||||
contribuire di conseguenza. Sarai libero di spendere quanto tempo
|
||||
desideri. Ogni membro ha a disposizione la propria pagina personale
|
||||
(questo servizio è da poco attivo in via sperimentale) ed i ruoli ricoperti saranno
|
||||
indicati su quest'ultima insieme alle personalizzazioni realizzate dall'utente.
|
||||
</p><p>La partecipazione è libera e sono
|
||||
disponibili sia ruoli tecnici che non tecnici; per beneficiare
|
||||
dei servizi di openmamba occorrerà effettuare
|
||||
alcune delle mansioni che saranno definite dalla
|
||||
community o da te stesso. </p><p>Puoi dare e
|
||||
ricevere benefici dalla community di openmamba contribuendo
|
||||
a sviluppare e diffondere la distribuzione di openmamba GNU/Linux o anche
|
||||
solo personalizzando la tua pagina per ospitare un tuo progetto Open Source o
|
||||
rendere disponibili informazioni e notizie sull'argomento.
|
||||
<p>La procedura automatizzata di iscrizione e gestione della community non è ancora disponibile.
|
||||
<a href="mailto:info@openmamba.org">Scrivici</a> se non vuoi aspettare per farne parte.
|
||||
<br><br>
|
||||
<p><b>Ruoli</b>
|
||||
</p><p>Ogni individuo della community di
|
||||
openmamba può scegliere uno o più ruoli dalla
|
||||
seguente lista:
|
||||
</p><ul> <li>sostenitore (chi effettua una <a href="http://www.openmamba.org/donation.html"> donazione</a>) </li><li>referente
|
||||
di un'azienda di sponsorizzazione </li><li>beta-tester
|
||||
della distribuzione </li><li>ricercatore di nuovo software</li><li>software
|
||||
packager </li><li>sviluppatore di software non GUI</li><li>sviluppatore di software GUI </li><li>sviluppatore
|
||||
di driver Linux </li><li>sviluppatore di sistemi embedded </li><li>maintainer
|
||||
di software a basso livello (kernel e hardware) </li><li>maintainer del
|
||||
software di sviluppo (compilatori e strumenti)</li>
|
||||
<li>maintainer di software di medio livello (strumenti di base e librerie di sistema) </li>
|
||||
<li>maintainer dell'ambiente grafico (Xorg, KDE, Gnome,...) </li>
|
||||
<li>maintainer di applicazioni per l'ufficio</li>
|
||||
<li>maintainer di applicazioni multimediali</li>
|
||||
<li>porting della distribuzione su nuove piattaforme hardware </li>
|
||||
<li>sviluppatore del sito web </li>
|
||||
<li>redattore di documentazione/contenuti wiki </li>
|
||||
<li>traduttore </li>
|
||||
<li>disegnatore grafico/artista (temi, icone, sito web, stili gui ...) </li>
|
||||
<li>pubbliche relazioni (aiuto per far conoscere openmamba sul web) </li>
|
||||
<li>moderatore di forum e/o mailing list </li>
|
||||
<li>maintainer del sito web </li>
|
||||
<li>maintainer dei repository principali</li>
|
||||
<li>progettista dell'architettura della distribuzione</li>
|
||||
</ul>
|
||||
<br>
|
||||
<p><b>Servizi di openmamba</b></p>
|
||||
<p>openmamba offre i seguenti servizi ai membri della community:
|
||||
</p><ul> <li>pagina personale su www.openmamba.org </li>
|
||||
<li>iscrizione alla mailing list della community di openmamba </li>
|
||||
<li>redirect ad un indirizzo e-mail nel dominio openmamba.org (<i>es. mioalias@openmamba.org</i>) </li>
|
||||
<li>un repository di sviluppo personale per creare e diffondere la propria sotto-distribuzione</li>
|
||||
</ul>
|
||||
<br>
|
||||
<p><b>Supporto alla community</b>
|
||||
</p><p>Puoi fare parte a pieno titolo della comunità anche solo supportando il
|
||||
progetto finanziariamente. openmamba necessita di fondi per mantenere ed incrementare
|
||||
il tempo dedicato allo sviluppo di software libero ed Open Source.
|
||||
</p><p>Le iscrizioni come sostenitore avvengono effettuando una <a href="/donate.html"> donazione</a>
|
||||
PayPal facendo clic sul link seguente:
|
||||
|
||||
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
|
||||
<input type="hidden" name="cmd" value="_s-xclick">
|
||||
<input type="hidden" name="hosted_button_id" value="10620516">
|
||||
<input type="image" src="https://www.paypal.com/it_IT/IT/i/btn/btn_donate_SM.gif" border="0" name="submit" alt="Donazione per il progetto openmamba">
|
||||
<img alt="" border="0" src="https://www.paypal.com/it_IT/i/scr/pixel.gif" width="1" height="1"></form>
|
||||
|
||||
<!--Dopo aver effettuato la donazione entrerai a far parte della community con il ruolo di <i>sostenitore</i>
|
||||
ed il livello, che sarà riportato nella tua pagina web personale, secondo la seguente tabella:<br><br><div class="slim">
|
||||
<table><tr cellspacing="0" bgcolor="#999999">
|
||||
<td width="200"><b>Nome ruolo</b></td><td width="200"><b>Importo della donazione</b></td>
|
||||
</td></tr><tr>
|
||||
<td>sostenitore</td><td>25-49 €</td></tr><tr>
|
||||
<td>sostenitore bronzo</td><td>50-99 €</td></tr>
|
||||
<tr><td>sostenitore argento</td><td>100-199 €</td></tr>
|
||||
<tr><td>sostenitore oro</td><td>200-399 €</td></tr>
|
||||
<tr><td>sostenitore platino</td><td>400-799 €</td></tr>
|
||||
<tr><td>sostenitore benemerito</td><td>800+ €</td></tr>
|
||||
</table></div>-->
|
||||
<br>
|
||||
<p><b>Sponsorizza openmamba</b>
|
||||
</p><p>Puoi legare il nome della tua società ad openmamba
|
||||
ottenendo apprezzamento e visibilità nel web ed all'interno della comunità Open Source.
|
||||
</p><p>La sponsorizzazione è stata pensata per far fronte alla necessità di coprire i
|
||||
costi di mantenimento della distribuzione (hosting, dominio, hardware) che sono
|
||||
attualmente sostenuti da mambaSoft.
|
||||
La sponsorizzazione ha durata annuale e prevede l'inserimento di un banner
|
||||
sulla homepage del sito di openmamba.
|
||||
<p><a href="mailto:sponsor@openmamba.org">Scrivici</a> se desideri avere maggiori informazioni.
|
||||
<br><br>
|
||||
<p><b>Privacy</b>
|
||||
<p><a href="http://www.mambasoft.it">mambaSoft di Silvan Calarco</a> si impegna a rispettare la privacy
|
||||
di tutti i partecipanti alla comunità, secondo i termini di legge. Per maggiori informazioni si legga
|
||||
<a href="/privacy.html">l'informativa sulla privacy.</a>
|
||||
<br><br>
|
||||
</td></tr></table>
|
||||
<!--#include virtual="/footer.html" -->
|
4
wwwroot/community/index.html
Normal file
@ -0,0 +1,4 @@
|
||||
<!--#if expr="$QUERY_STRING = /lang=([a-zA-Z0-9\-+_\.]+)/" --><!--#set var="lang" value="$1" --><!--#endif -->
|
||||
<!--#if expr=$lang --><!--#else --><!--#if expr="$HTTP_ACCEPT_LANGUAGE = /([a-zA-Z0-9]+)/" --><!--#set var="lang" value="$1" --><!--#endif --><!--#endif -->
|
||||
<!--#if expr="${lang} != it" --><!--#set var="lang" value="en" --><!--#endif -->
|
||||
<!--#include virtual="community.${lang}.html" -->
|
4
wwwroot/community/privacy.html
Normal file
@ -0,0 +1,4 @@
|
||||
<!--#if expr="$QUERY_STRING = /lang=([a-zA-Z0-9\-+_\.]+)/" --><!--#set var="lang" value="$1" --><!--#endif -->
|
||||
<!--#if expr=$lang --><!--#else --><!--#if expr="$HTTP_ACCEPT_LANGUAGE = /([a-zA-Z0-9]+)/" --><!--#set var="lang" value="$1" --><!--#endif --><!--#endif -->
|
||||
<!--#if expr="${lang} != it" --><!--#set var="lang" value="en" --><!--#endif -->
|
||||
<!--#include virtual="privacy.${lang}.html" -->
|
63
wwwroot/community/privacy.it.html
Normal file
@ -0,0 +1,63 @@
|
||||
<!--#set var="title" value="Condizioni di servizio e informativa sulla privacy" -->
|
||||
<!--#set var="description" value="Condizioni d'uso e informativa sulla privacy per l'utilizzo dei servizi di openmamba." -->
|
||||
<!--#set var="keywords" value="about,faq,contact,information,privacy" -->
|
||||
<!--#include virtual="/header.html" -->
|
||||
|
||||
<table width="100%"><tr><td>
|
||||
<br>
|
||||
<tr><td valign="middle">
|
||||
<table align="center"><tr>
|
||||
<td><img src="/images/community-gr.png"></td>
|
||||
<td class="toptitle">condizioni di servizio ed informativa sulla privacy</td>
|
||||
</tr></table>
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
<font size=-1>
|
||||
<br>(versione 1.0 del 22 maggio 2007)
|
||||
<br>
|
||||
<p>In questa pagina si descrivono le modalità di trattamento dei dati personali degli utenti che si registrano ad uno o più servizi
|
||||
disponibili su www.openmamba.org. La presente informativa è resa anche ai sensi dell’art. 13 del decreto legislativo n. 196/2003, Codice in materia di protezione dei dati personali.
|
||||
<p>L'accettazione delle condizioni di fornitura del servizio è un requisito necessario per la registrazione, <b>si prega quindi di leggere attentamente il presente documento prima di completare la registrazione</b>.
|
||||
|
||||
<p><b>Dati personali</b>
|
||||
|
||||
<ul>
|
||||
<li>per poter accedere ai servizi di openmamba occorre creare un account. Per questo fine vengono richiesti dei dati personali che permettono al titolare del trattamento di identificare e contattare l'utente;
|
||||
<li>il titolare del trattamento dei dati personali, relativi a persone che forniscono i propri dati sul sito www.openmamba.org, è <i>mambaSoft di Silvan Calarco</i> presso la sede legale di Via Barletta 90, 10136 Torino;
|
||||
<li>i dati personali degli utenti saranno elaborati e conservati in uno o più database siti sui computer di proprietà di <i>mambaSoft di Silvan Calarco</i> o su altri computer utilizzati per il fine di fornire i servizi richiesti su www.openmamba.org.
|
||||
</ul>
|
||||
|
||||
|
||||
<p><b>Utilizzi</b>
|
||||
|
||||
<ul>
|
||||
<li>attivando il <i>servizio di redirezione e/o mailbox</i> le mail in arrivo saranno processate automaticamente sui computer di mambaSoft per il solo scopo di recapitarle al destinatario;
|
||||
<li>attivando il <i>servizio di pubblicazione della pagina personale</i> si accetta che le informazioni generiche dell'utente (alias e informazioni specifiche ai propri ruoli nel progetto openmamba) compaiano in pagine realizzate automaticamente; non saranno rese disponibili pubblicamente indirizzi email e dati anagrafici personali;
|
||||
<li>attivando il <i>servizio di repository personale</i> si accetta che i file che vengono inviati nel repository siano resi disponibili pubblicamente, ivi comprese le informazioni personali che l'utente stesso ha inserito nei pacchetti (ad esempio nome ed email del packager);
|
||||
<li>mambaSoft può usare i dati personali ai fini di controllo, ricerca ed analisi per gestire e migliorare i servizi offerti;
|
||||
<li>mambaSoft si impegna a non cedere a terze parti i dati personali degli utenti per fini diversi dalla fornitura dei servizi forniti su www.openmamba.org, salvo che la comunicazione sia imposta da obblighi di legge o sia strettamente necessario per l'adempimento delle richieste.
|
||||
</ul>
|
||||
|
||||
<p><b>Restrizioni e netiquette</b>
|
||||
|
||||
<ul>
|
||||
<li>è vietato rendere a disposizione sul sito www.openmamba.org e sulle mailing list collegate materiale illegale, protetto da copyright o comunque non compatibile con le leggi in vigore;
|
||||
<li>è vietato fornire informazioni anagrafiche e contatti che non corrispondono alla realtà;
|
||||
<li>è vietato avere comportamenti che non sono conformi allo spirito collaborativo e di community, danneggiando o limitando l'accessibilità ai servizi di altri utenti con atteggiamenti o contenuti che non compatibili con i servizi offerti su www.openmamba.org o nelle mailing list collegate;
|
||||
<li>mambaSoft si riserva il diritto di sospendere l'account dell'utente e di rimuovere il materiale ritenuto inopportuno che viene depositato sui propri server in caso di violazione di una qualunque delle clausole espresse in questo documento.
|
||||
</ul>
|
||||
|
||||
<p><b>Diritti</b>
|
||||
|
||||
<ul>
|
||||
<li>i soggetti cui si riferiscono i dati hanno i diritti previsti dall'<a href="http://www.garanteprivacy.it/garante/doc.jsp?ID=722132#art_7">art. 7 del Codice privacy</a> che prevede, tra gli altri il diritto di conoscere la presenza dei suoi dati e di ottenere la cancellazione, la rettifica, l'aggiornamento dei dati stessi rivolgendosi al Titolare del trattamento in persona del titolare di <i>mambaSoft</i> che può essere contattato attraverso il sito www.mambasoft.it.
|
||||
</ul>
|
||||
|
||||
</font>
|
||||
<br><br>
|
||||
|
||||
<div align="center"><a href="javascript:self.close();"><b>Chiudi</b></a></div>
|
||||
<br>
|
||||
</td></tr>
|
||||
</table>
|
||||
<!--#include virtual="/footer.html" -->
|
4
wwwroot/community/registration.html
Normal file
@ -0,0 +1,4 @@
|
||||
<!--#if expr="$QUERY_STRING = /lang=([a-zA-Z0-9\-+_\.]+)/" --><!--#set var="lang" value="$1" --><!--#endif -->
|
||||
<!--#if expr=$lang --><!--#else --><!--#if expr="$HTTP_ACCEPT_LANGUAGE = /([a-zA-Z0-9]+)/" --><!--#set var="lang" value="$1" --><!--#endif --><!--#endif -->
|
||||
<!--#if expr="${lang} != it" --><!--#set var="lang" value="en" --><!--#endif -->
|
||||
<!--#include virtual="registration.${lang}.html" -->
|
173
wwwroot/community/registration.it.html
Normal file
@ -0,0 +1,173 @@
|
||||
<!--#set var="title" value="Registration form" -->
|
||||
<!--#set var="description" value="openmamba registration form for users and developers" -->
|
||||
<!--#set var="keywords" value="openmamba,registration,user,developer" -->
|
||||
<!--#include virtual="/header.html" -->
|
||||
|
||||
<!--#include virtual="/scripts/ajax.html.inc" -->
|
||||
<script type="text/javascript" language="javascript">
|
||||
|
||||
var country_select='<select name="country" onchange="" id="country">\
|
||||
<option value=""> Please select a country: </option> <option value=""> ------ </option>\
|
||||
<option value="US"> United States </option> <option value="AU"> Australia </option> <option value="AT"> Austria </option> <option value="BE"> Belgium </option> <option value="BR"> Brazil </option> <option value="CA"> Canada </option> <option value="CN"> China </option> <option value="DK"> Denmark </option> <option value="FI"> Finland </option> <option value="FR"> France </option> <option value="DE"> Germany </option> <option value="HK"> Hong Kong </option> <option value="IT"> Italy </option> <option value="JP"> Japan </option> <option value="NL"> Netherlands </option> <option value="NO"> Norway </option> <option value="PT"> Portugal </option> <option value="SG"> Singapore </option> <option value="KR"> South Korea </option> <option value="ES"> Spain </option> <option value="SE"> Sweden </option> <option value="CH"> Switzerland </option> <option value="TW"> Taiwan </option> <option value="GB"> United Kingdom </option> <option value=""> ------ </option> <option value="AF"> Afghanistan </option> <option value="AL"> Albania </option> <option value="DZ"> Algeria </option> <option value="AS"> American Samoa </option> <option value="AD"> Andorra </option> <option value="AO"> Angola </option> <option value="AI"> Anguilla </option> <option value="AQ"> Antarctica </option> <option value="AG"> Antigua and Barbuda </option>\
|
||||
<option value="AR"> Argentina </option> <option value="AM"> Armenia </option> <option value="AW"> Aruba </option> <option value="AU"> Australia </option> <option value="AT"> Austria </option> <option value="AZ"> Azerbaijan </option> <option value="BS"> Bahamas </option> <option value="BH"> Bahrain </option> <option value="BD"> Bangladesh </option> <option value="BB"> Barbados </option> <option value="BY"> Belarus </option> <option value="BE"> Belgium </option> <option value="BZ"> Belize </option> <option value="BJ"> Benin </option> <option value="BM"> Bermuda </option> <option value="BT"> Bhutan </option> <option value="BO"> Bolivia </option> <option value="BA"> Bosnia and Herzegovina </option> <option value="BW"> Botswana </option> <option value="BV"> Bouvet Island </option> <option value="BR"> Brazil </option> <option value="IO"> British Indian Ocean Territory </option> <option value="BN"> Brunei Darussalam </option> <option value="BG"> Bulgaria </option> <option value="BF"> Burkina Faso </option> <option value="BI"> Burundi </option> <option value="KH"> Cambodia </option> <option value="CM"> Cameroon </option> <option value="CA"> Canada </option> <option value="CV"> Cape Verde </option> <option value="KY"> Cayman Islands </option> <option value="CF"> Central African Republic </option> <option value="TD"> Chad </option> <option value="CL"> Chile </option>\
|
||||
<option value="CN"> China </option> <option value="CX"> Christmas Island </option> <option value="CC"> Cocos (Keeling) Islands </option> <option value="CO"> Colombia </option> <option value="KM"> Comoros </option> <option value="CG"> Congo </option> <option value="CD"> Congo, Democratic Republic </option> <option value="CK"> Cook Islands </option> <option value="CR"> Costa Rica </option> <option value="CI"> Cote d′Ivoire </option> <option value="HR"> Croatia </option> <option value="CY"> Cyprus </option> <option value="CZ"> Czech Republic </option> <option value="DK"> Denmark </option> <option value="DJ"> Djibouti </option> <option value="DM"> Dominica </option> <option value="DO"> Dominican Republic </option> <option value="TL"> East Timor </option> <option value="EC"> Ecuador </option> <option value="EG"> Egypt </option> <option value="SV"> El Salvador </option> <option value="GQ"> Equatorial Guinea </option> <option value="ER"> Eritrea </option> <option value="EE"> Estonia </option> <option value="ET"> Ethiopia </option> <option value="FK"> Falkland Islands (Malvinas) </option> <option value="FO"> Faroe Islands </option> <option value="FJ"> Fiji </option> <option value="FI"> Finland </option> <option value="FR"> France </option> <option value="GF"> French Guiana </option> <option value="PF"> French Polynesia </option> <option value="TF"> French Southern Territories </option>\
|
||||
<option value="GA"> Gabon </option> <option value="GM"> Gambia </option> <option value="GE"> Georgia </option> <option value="DE"> Germany </option> <option value="GH"> Ghana </option> <option value="GI"> Gibraltar </option> <option value="GR"> Greece </option> <option value="GL"> Greenland </option> <option value="GD"> Grenada </option> <option value="GP"> Guadeloupe </option> <option value="GU"> Guam </option> <option value="GT"> Guatemala </option> <option value="GN"> Guinea </option> <option value="GW"> Guinea-Bissau </option> <option value="GY"> Guyana </option> <option value="HT"> Haiti </option> <option value="HM"> Heard and McDonald Islands </option> <option value="HN"> Honduras </option> <option value="HK"> Hong Kong </option> <option value="HU"> Hungary </option> <option value="IS"> Iceland </option> <option value="IN"> India </option> <option value="ID"> Indonesia </option> <option value="IQ"> Iraq </option> <option value="IE"> Ireland </option> <option value="IL"> Israel </option> <option value="IT"> Italy </option> <option value="JM"> Jamaica </option> <option value="JP"> Japan </option> <option value="JO"> Jordan </option> <option value="KZ"> Kazakhstan </option> <option value="KE"> Kenya </option> <option value="KI"> Kiribati </option> <option value="KW"> Kuwait </option> <option value="KG"> Kyrgyzstan </option> <option value="LA"> Lao People′s Democratic Republic </option>\
|
||||
<option value="LV"> Latvia </option> <option value="LB"> Lebanon </option> <option value="LS"> Lesotho </option> <option value="LR"> Liberia </option> <option value="LY"> Libya </option> <option value="LI"> Liechtenstein </option> <option value="LT"> Lithuania </option> <option value="LU"> Luxembourg </option> <option value="MO"> Macau </option> <option value="MK"> Macedonia </option> <option value="MG"> Madagascar </option> <option value="MW"> Malawi </option> <option value="MY"> Malaysia </option> <option value="MV"> Maldives </option> <option value="ML"> Mali </option> <option value="MT"> Malta </option> <option value="MH"> Marshall Islands </option> <option value="MQ"> Martinique </option> <option value="MR"> Mauritania </option> <option value="MU"> Mauritius </option> <option value="YT"> Mayotte </option> <option value="MX"> Mexico </option> <option value="FM"> Micronesia </option> <option value="MD"> Moldova </option> <option value="MC"> Monaco </option> <option value="MN"> Mongolia </option> <option value="MS"> Montserrat </option> <option value="MA"> Morocco </option> <option value="MZ"> Mozambique </option> <option value="MM"> Myanmar </option> <option value="NA"> Namibia </option> <option value="NR"> Nauru </option> <option value="NP"> Nepal </option> <option value="NL"> Netherlands </option> <option value="AN"> Netherlands Antilles </option> <option value="NC"> New Caledonia </option>\
|
||||
<option value="NZ"> New Zealand </option> <option value="NI"> Nicaragua </option> <option value="NE"> Niger </option> <option value="NG"> Nigeria </option> <option value="NU"> Niue </option> <option value="NF"> Norfolk Island </option> <option value="MP"> Northern Mariana Islands </option> <option value="NO"> Norway </option> <option value="OM"> Oman </option> <option value="PK"> Pakistan </option> <option value="PW"> Palau </option> <option value="PS"> Palestinian Territory </option> <option value="PA"> Panama </option> <option value="PG"> Papua New Guinea </option> <option value="PY"> Paraguay </option> <option value="PE"> Peru </option> <option value="PH"> Philippines </option> <option value="PN"> Pitcairn </option> <option value="PL"> Poland </option> <option value="PT"> Portugal </option> <option value="PR"> Puerto Rico </option> <option value="QA"> Qatar </option> <option value="RE"> Reunion </option> <option value="RO"> Romania </option> <option value="RU"> Russian Federation </option> <option value="RW"> Rwanda </option> <option value="KN"> Saint Kitts and Nevis </option> <option value="LC"> Saint Lucia </option> <option value="VC"> Saint Vincent and the Grenadines </option> <option value="WS"> Samoa </option> <option value="SM"> San Marino </option> <option value="ST"> Sao Tome and Principe </option> <option value="SA"> Saudi Arabia </option> <option value="SN"> Senegal </option>\
|
||||
<option value="CS"> Serbia and Montenegro </option> <option value="SC"> Seychelles </option> <option value="SL"> Sierra Leone </option> <option value="SG"> Singapore </option> <option value="SK"> Slovakia </option> <option value="SI"> Slovenia </option> <option value="SB"> Solomon Islands </option> <option value="SO"> Somalia </option> <option value="ZA"> South Africa </option> <option value="GS"> South Georgia and The South Sandwich Islands </option> <option value="KR"> South Korea </option> <option value="ES"> Spain </option> <option value="LK"> Sri Lanka </option> <option value="SH"> St. Helena </option> <option value="PM"> St. Pierre and Miquelon </option> <option value="SR"> Suriname </option> <option value="SJ"> Svalbard and Jan Mayen Islands </option> <option value="SZ"> Swaziland </option> <option value="SE"> Sweden </option> <option value="CH"> Switzerland </option> <option value="TW"> Taiwan </option> <option value="TJ"> Tajikistan </option> <option value="TZ"> Tanzania </option> <option value="TH"> Thailand </option> <option value="TG"> Togo </option> <option value="TK"> Tokelau </option> <option value="TO"> Tonga </option> <option value="TT"> Trinidad and Tobago </option> <option value="TN"> Tunisia </option> <option value="TR"> Turkey </option> <option value="TM"> Turkmenistan </option> <option value="TC"> Turks and Caicos Islands </option> <option value="TV"> Tuvalu </option>\
|
||||
<option value="UG"> Uganda </option> <option value="UA"> Ukraine </option> <option value="AE"> United Arab Emirates </option> <option value="GB"> United Kingdom </option> <option value="US"> United States </option> <option value="UM"> United States Minor Outlying Islands </option> <option value="UY"> Uruguay </option> <option value="UZ"> Uzbekistan </option> <option value="VU"> Vanuatu </option> <option value="VA"> Vatican </option> <option value="VE"> Venezuela </option> <option value="VN"> Viet Nam </option> <option value="VG"> Virgin Islands (British) </option> <option value="VI"> Virgin Islands (U.S.) </option> <option value="WF"> Wallis and Futuna Islands </option> <option value="EH"> Western Sahara </option> <option value="YE"> Yemen </option> <option value="ZM"> Zambia </option> <option value="ZW"> Zimbabwe </option></select>';
|
||||
|
||||
function evalFormResponse(responseText, responseStatus) {
|
||||
// This function is called by the ajaxObject when the server has finished
|
||||
// sending us the requested script.
|
||||
if (responseStatus==200) {
|
||||
result = responseText;
|
||||
if (result == "OK")
|
||||
|
||||
document.getElementById('formspan').innerHTML = "\
|
||||
Your request has been submitted and will be processed, thank you.<br><br>\
|
||||
<a href=\"/\">Click to continue</a>.";
|
||||
else
|
||||
document.getElementById('captcha').innerHTML = result;
|
||||
} else {
|
||||
alert('There was a problem with the request.');
|
||||
}
|
||||
}
|
||||
|
||||
var formScript=new ajaxObject('/cgi-bin/form.cgi',evalFormResponse);
|
||||
|
||||
function check(obj) {
|
||||
if (!document.getElementById('accept_document').checked) {
|
||||
alert('You must accept the service terms to complete the registration.');
|
||||
return;
|
||||
} else {
|
||||
post(obj);
|
||||
}
|
||||
}
|
||||
|
||||
function check_alias(obj) {
|
||||
document.getElementById('email_redirect_name').value=document.getElementById('alias').value;
|
||||
document.getElementById('myalias').innerHTML = document.getElementById('alias').value;
|
||||
return;
|
||||
}
|
||||
|
||||
function post(obj) {
|
||||
var poststr = "formsubmit=1&crypt=" + encodeURI( document.getElementById('crypt').value ) +
|
||||
"&code=" + encodeURI( document.getElementById('code').value ) +
|
||||
"&fullname=" + encodeURI( document.getElementById('fullname').value ) +
|
||||
"&email=" + encodeURI( document.getElementById('email').value ) +
|
||||
"&phone=" + encodeURI( document.getElementById('phone').value ) +
|
||||
"&country=" + encodeURI( document.getElementById('country').value ) +
|
||||
"&address1=" + encodeURI( document.getElementById('address1').value ) +
|
||||
"&address2=" + encodeURI( document.getElementById('address2').value ) +
|
||||
"&city=" + encodeURI( document.getElementById('city').value ) +
|
||||
"&zip=" + encodeURI( document.getElementById('zip').value ) +
|
||||
"&alias=" + encodeURI( document.getElementById('alias').value ) +
|
||||
"&role_supporter=" + encodeURI( document.getElementById('role_supporter').value ) +
|
||||
"&role_sponsor=" + encodeURI( document.getElementById('role_sponsor').value );
|
||||
|
||||
formScript.update(poststr,'POST');
|
||||
};
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
<table width="100%"><tr><td>
|
||||
<br>
|
||||
<tr><td valign="middle">
|
||||
<table align="center"><tr>
|
||||
<td><img src="/images/community-gr.png" alt="supporti di installazione"></td>
|
||||
<td class="toptitle">openmamba registration form</td>
|
||||
</tr></table>
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
<span name="formspan" id="formspan">
|
||||
|
||||
<br>
|
||||
<b>Please, fill in the following fields for completing your registration to openmamba:</b><br>
|
||||
<br><br>
|
||||
|
||||
<form action="javascript:check(document.getElementById(myform));" name="myform" id="myform">
|
||||
<table width="100%">
|
||||
|
||||
|
||||
<tr><td width="20%"><b>Personal details</b></td><td></td></tr>
|
||||
<tr><td>Full Name:</td><td><input type="text" id=fullname value=""></td>
|
||||
<td></td></tr>
|
||||
<tr><td>e-mail:</td><td><input type="text" id=email value=""></td></tr>
|
||||
<tr><td>Phone number <font size="-1"><i>(optional)</i></font>:</td><td><input type="text" id=phone value=""></td></tr>
|
||||
<tr><td>Country:</td><td><script language="javascript">document.write(country_select);</script></td></tr>
|
||||
<tr><td>Postal address <font size="-1"><i>(optional)</i></font>:</td><td>
|
||||
<input type="text" id=address1 value="" size="40"><br><input type="text" id=address2 value="" size="40"></td></tr>
|
||||
<tr><td>City <font size="-1"><i>(optional)</i></font>:</td><td><input type="text" id=city value=""></td></tr>
|
||||
<tr><td>Zip Code <font size="-1"><i>(optional)</i></font>:</td><td><input type="text" id=zip value="" size=5""></td></tr>
|
||||
</table><hr><table width="100%">
|
||||
|
||||
|
||||
<tr><td width="20%"><b>Account information</b></td><td></td></tr>
|
||||
<tr><td width="20%">Alias:</td><td><input type="text" id=alias value="" onChange="javascript:check_alias(document.getElementById(myform));"></td></tr>
|
||||
<tr><td><font size="-1"><i>(this is the login name and it will be used for your identification in the community)</i></font></td><td></td></tr>
|
||||
</table><hr><table width="100%">
|
||||
|
||||
<tr><td width="20%"><b>Roles in the community</b></td><td></td></tr>
|
||||
<tr><td><font size="-1"><i>(please choose at least one role you would like to have in the openmamba community, this will be a public information)</i></font></td><td></td></tr>
|
||||
<tr><td align="right"><input type="checkbox" id="role_supporter"></td><td>supporter (donation required)</td></tr>
|
||||
<tr><td align="right"><input type="checkbox" id="role_sponsor"></td><td>referent of a sponsorizing company</td></tr>
|
||||
<tr><td align="right"><input type="checkbox" id="role_betatester"></td><td>distribution beta-tester</td></tr>
|
||||
<tr><td align="right"><input type="checkbox" id="role_softwarescout"></td><td>software scout</td></tr>
|
||||
<tr><td align="right"><input type="checkbox" id="role_softwarepackager"></td><td>software packager</td></tr>
|
||||
<tr><td align="right"><input type="checkbox" id="role_nonguisoftwaredevel"></td><td>non GUI software developer</td></tr>
|
||||
<tr><td align="right"><input type="checkbox" id="role_guisoftwaredevel"></td><td>GUI software developer</td></tr>
|
||||
<tr><td align="right"><input type="checkbox" id="role_driversoftwaredevel"></td><td>Linux drivers developer</td></tr>
|
||||
<tr><td align="right"><input type="checkbox" id="role_embeddeddevel"></td><td>embedded systems developer</td></tr>
|
||||
<tr><td align="right"><input type="checkbox" id="role_lowlevelmaintainer"></td><td>low level (kernel and hardware) software maintainer</td></tr>
|
||||
<tr><td align="right"><input type="checkbox" id="role_develtoolsmaintainer"></td><td>development (compiler and build tools) software maintainer</td></tr>
|
||||
<tr><td align="right"><input type="checkbox" id="role_middlelevelmaintainer"></td><td>middle level (system base tools and libraries) software maintainer</td></tr>
|
||||
<tr><td align="right"><input type="checkbox" id="role_highlevelmaintainer"></td><td>high level (GUI applications) software maintainer</td></tr>
|
||||
<tr><td align="right"><input type="checkbox" id="role_portingdeveloper"></td><td>porting distribution to new hardware platforms</td></tr>
|
||||
<tr><td align="right"><input type="checkbox" id="role_website"></td><td>website developer</td></tr>
|
||||
<tr><td align="right"><input type="checkbox" id="role_documentation"></td><td>documentation/wiki contents writer</td></tr>
|
||||
<tr><td align="right"><input type="checkbox" id="role_translator"></td><td>translator</td></tr>
|
||||
<tr><td align="right"><input type="checkbox" id="role_graphics"></td><td>graphic designer/artist (themes, icons, website, gui styles...)</td></tr>
|
||||
<tr><td align="right"><input type="checkbox" id="role_publicrelations"></td><td>public relations (help making openmamba known on the web)</td></tr>
|
||||
<tr><td align="right"><input type="checkbox" id="role_forum"></td><td>forum and/or mailing list moderator</td></tr>
|
||||
<tr><td align="right"><input type="checkbox" id="role_website"></td><td>website maintainer</td></tr>
|
||||
<tr><td align="right"><input type="checkbox" id="role_headmaintainer"></td><td>head repositories maintainer</td></tr>
|
||||
<tr><td align="right"><input type="checkbox" id="role_softwaredevel"></td><td>distribution design architect</td></tr>
|
||||
</table><hr><table width="100%">
|
||||
|
||||
|
||||
<tr><td width="20%"><b>Requested services</b></td><td></td></tr>
|
||||
<tr><td align="right"><input type="checkbox" id="community" checked disabled></td><td>add my page and list me in the community area</td></tr>
|
||||
<tr><td align="right"><input type="checkbox" id="mailing_list" checked></td><td>subscribe me to the openmamba-community mailing list</td></tr>
|
||||
<tr><td align="right"><input type="checkbox" id="email_redirect" checked></td>
|
||||
<td>create my email redirect address as
|
||||
<input type="text" value="" id="email_redirect_name">@openmamba.org. All mail for this address will be redirected to the e-mail address specified above.
|
||||
</td></tr>
|
||||
<tr><td align="right"><input type="checkbox" id="repository"></td><td>create my personal development repository, it will be called devel-<span id=myalias></span></td></tr>
|
||||
</table><hr><table width="100%">
|
||||
|
||||
|
||||
<tr><td width="20%"><b>Terms and conditions acceptance</b></td><td></td></tr>
|
||||
<tr><td align="right"><input type="checkbox" id="accept_document"></td><td>ho letto ed accetto
|
||||
<a href="javascript:window.open('/community/privacy.html', '_privacy', 'toolbar=no, directories=no, location=no, status=yes, menubar=no, resizable=no, scrollbars=yes')">
|
||||
le condizioni di servizio e l'informativa sulla privacy</a></td></tr>
|
||||
</table><hr><table width="100%">
|
||||
|
||||
<tr><td width="20%"><b>Anti-spam check</b></td><td></td></tr>
|
||||
<tr><td></td><td>
|
||||
<span name="captcha" id="captcha"></span>
|
||||
<script>javascript:formScript.update();</script>
|
||||
</td></tr>
|
||||
</table>
|
||||
|
||||
<br><input type="submit" name="Invia">
|
||||
|
||||
<br><br>
|
||||
</form>
|
||||
</span>
|
||||
|
||||
</td></tr>
|
||||
</table>
|
||||
|
||||
<!--#include virtual="/footer.html" -->
|
19
wwwroot/distribution/artworks.en.html
Normal file
@ -0,0 +1,19 @@
|
||||
<!--#set var="title" value="Get openmamba" -->
|
||||
<!--#set var="description" value="openmamba GNU/Linux distribution download page." -->
|
||||
<!--#set var="keywords" value="about,faq,contact,information" -->
|
||||
<!--#include virtual="/header.html" -->
|
||||
<!--#include virtual="/scripts/download.en.inc.js" -->
|
||||
|
||||
<table width="100%"><tr><td>
|
||||
<br>
|
||||
<tr><td valign="middle">
|
||||
<table align="center"><tr>
|
||||
<td><img src="/images/artwork-54x54-gr.png" alt="get openmamba"></td>
|
||||
<td class="toptitle">artworks</td>
|
||||
</tr></table>
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
<br>
|
||||
</td></tr>
|
||||
</table>
|
||||
<!--#include virtual="/footer.html" -->
|
4
wwwroot/distribution/artworks.html
Normal file
@ -0,0 +1,4 @@
|
||||
<!--#if expr="$QUERY_STRING = /lang=([a-zA-Z0-9\-+_\.]+)/" --><!--#set var="lang" value="$1" --><!--#endif -->
|
||||
<!--#if expr=$lang --><!--#else --><!--#if expr="$HTTP_ACCEPT_LANGUAGE = /([a-zA-Z0-9]+)/" --><!--#set var="lang" value="$1" --><!--#endif --><!--#endif -->
|
||||
<!--#if expr="${lang} != it" --><!--#set var="lang" value="en" --><!--#endif -->
|
||||
<!--#include virtual="artworks.${lang}.html" -->
|
36
wwwroot/distribution/artworks.it.html
Normal file
@ -0,0 +1,36 @@
|
||||
<!--#set var="title" value="Creazioni artistiche per openmamba" -->
|
||||
<!--#set var="description" value="Pagina delle creazioni artistiche realizzate per openmamba." -->
|
||||
<!--#set var="keywords" value="arte,artisti,artwork" -->
|
||||
<!--#include virtual="/header.html" -->
|
||||
<!--#include virtual="/scripts/download.it.inc.js" -->
|
||||
|
||||
<table width="100%"><tr><td>
|
||||
<br>
|
||||
<tr><td valign="middle">
|
||||
<table align="center"><tr>
|
||||
<td><img src="/images/artwork-54x54-gr.png" alt="creazioni artistiche"></td>
|
||||
<td class="toptitle">creazioni artistiche</td>
|
||||
</tr></table>
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
<br><p><b>open<font color="green">mamba</font></b> è un sistema multimediale basato su interfaccia grafica
|
||||
il cui sviluppo tecnico procede in parallelo con la realizzazione di creazioni artistiche quali ad esempio:
|
||||
|
||||
<ul>
|
||||
<li>temi del desktop
|
||||
<li>sfondi
|
||||
<li>immagini per il bootsplash
|
||||
<li>copertine per i supporti
|
||||
<li>contributi audio per i suoni di sistema
|
||||
<lI>musica e video sul tema di openmamba
|
||||
</ul>
|
||||
|
||||
<p>È possibile inviare i propri contributi partecipando alla <a href="/community">community</a> oppure
|
||||
contattando gli sviluppatori attraverso le <a href="/distribution">liste di discussione</a>.<br>
|
||||
<br>
|
||||
<div class="info"><table width="700"><tr><td>
|
||||
<p><b><font size=+1>copertine per openmamba livecd</b></font>
|
||||
<br></td></tr></table></div><br>
|
||||
</td></tr>
|
||||
</table>
|
||||
<!--#include virtual="/footer.html" -->
|
287
wwwroot/distribution/development.en.html
Normal file
@ -0,0 +1,287 @@
|
||||
<!--#set var="title" value="Development area" -->
|
||||
<!--#set var="description" value="A fully automatized page with real time information on the status of the distribution development." -->
|
||||
<!--#set var="keywords" value="distromatic" -->
|
||||
<!--#set var="slogan" value="GNU/Linux distribution" -->
|
||||
<!--#include virtual="/header.html" -->
|
||||
<script>
|
||||
var scrollnum = 35
|
||||
</script>
|
||||
<!--#include virtual="/scripts/scroll.js.inc" -->
|
||||
<style type="text/css">
|
||||
#divUp30 {position:relative;top:00px;}
|
||||
#divDown30 {position:relative;top:10px;}
|
||||
#divScrollTextCont30 {position:relative; top:0px; left:0px; width:849px; height:80px; clip:rect(0px 849px 150px 0px); overflow:hidden; visibility:hidden; background-color: #e4ffd3; }
|
||||
#divText30 {position:relative;}
|
||||
#divUp31 {position:relative;top:22px;}
|
||||
#divDown31 {position:relative;top:135px;}
|
||||
#divScrollTextCont31 {position:relative; top:0px; left:0px; width:270px; height:158px; clip:rect(0px 300px 150px 0px); overflow:hidden; visibility:hidden;}
|
||||
#divText31 {position:relative;}
|
||||
#divUp32 {position:relative;top:22px;}
|
||||
#divDown32 {position:relative;top:135px;}
|
||||
#divScrollTextCont32 {position:relative; top:0px; left:0px; width:270px; height:158px; clip:rect(0px 300px 150px 0px); overflow:hidden; visibility:hidden;}
|
||||
#divText32 {position:relative;}
|
||||
#divDown33 {position:relative;top:135px;}
|
||||
#divScrollTextCont33 {position:relative; top:0px; left:0px; width:270px; height:158px; clip:rect(0px 300px 150px 0px); overflow:hidden; visibility:hidden;}
|
||||
#divText33 {position:relative;}
|
||||
#divDown34 {position:relative;top:135px;}
|
||||
#divScrollTextCont34 {position:relative; top:0px; left:0px; width:270px; height:158px; clip:rect(0px 300px 150px 0px); overflow:hidden; visibility:hidden;}
|
||||
#divText34 {position:relative;}
|
||||
</style>
|
||||
<table>
|
||||
<tr><td colspan=2>
|
||||
<table align="center"><tr>
|
||||
<td width=800 class="toptitle"><img src="/images/packages_gr.png" alt="packages">
|
||||
openmamba development channels</td>
|
||||
</td><td><!--#include virtual="/versions.inc.en.html" --></td>
|
||||
</tr></table>
|
||||
<tr><td>
|
||||
<b>HOW IS DEVELOPMENT DONE?</b><br>
|
||||
Mainly by creating or updating software packages in RPM binary format starting from source code.
|
||||
The packages are made available in folders called repositories or channels. <a href="http://wiki.openmamba.org/en/index.php/Development">Read more...</a>.
|
||||
|
||||
<br><br>
|
||||
<b>HOW CAN I TAKE PART TO DEVELOPMENT?</b><br>
|
||||
Packages creation is made simpler and standard by using the <a href="http://wiki.openmamba.org/en/index.php/Autospec">
|
||||
autospec</a> tool. Some practice is recommended by following the instructions in the wiki page.
|
||||
<br><br>
|
||||
<b>HOW DO I ADD A CHANNEL TO MY SYSTEM?</b><br>
|
||||
You need to save the repository APT file in the <i>/etc/apt/sources.list.d/</i> directory.
|
||||
Starting from milestone2 repositories can be enabled using Smart Package Manager channels configuration.
|
||||
</td><td><script src="http://widgets.twimg.com/j/2/widget.js"></script>
|
||||
<script>
|
||||
new TWTR.Widget({
|
||||
version: 2,
|
||||
type: 'list',
|
||||
rpp: 30,
|
||||
interval: 6000,
|
||||
title: 'Fresh news for openmamba developers',
|
||||
subject: 'News from the Open Source world',
|
||||
width: 300,
|
||||
height: 200,
|
||||
theme: {
|
||||
shell: {
|
||||
background: '#e4ffd3',
|
||||
color: '#000000'
|
||||
},
|
||||
tweets: {
|
||||
background: '#ffffff',
|
||||
color: '#000000',
|
||||
links: '#4b7246'
|
||||
}
|
||||
},
|
||||
features: {
|
||||
scrollbar: true,
|
||||
loop: true,
|
||||
live: true,
|
||||
hashtags: true,
|
||||
timestamp: true,
|
||||
avatars: true,
|
||||
behavior: 'default'
|
||||
}
|
||||
}).render().setList('openmamba', 'open-source').start();
|
||||
</script></td></tr>
|
||||
<tr><td colspan=2>
|
||||
<br>This page contains information automatically generated by the
|
||||
<a href="http://www.openmamba.org/distribution/distromatic.html?tag=devel&pkg=distromatic.source">distromatic</a> tool in order to ease distribution development and maintainance.<br><br>
|
||||
|
||||
<b>HEAD REPOSITORY</b><br>
|
||||
<ul>
|
||||
<li>the <a href="/distribution/distromatic.html?tag=devel">devel</a> trunk repository contains the whole main distribution.
|
||||
</ul>
|
||||
<table class="distromatic" cellpadding="5"><tr valign="top"><td>
|
||||
<table cellspacing="0">
|
||||
<tr><td class="pagebar" align="center">
|
||||
<a href="/distribution/distromatic.html?tag=devel">devel</a> repository:<br>
|
||||
</td></tr>
|
||||
<tr><td valign="top">
|
||||
<table class="distromatic" cellspacing="0" cellpadding="0" style="border:0;"><tr>
|
||||
<td>
|
||||
<!--#set var="scrollcurr" value="0" -->
|
||||
<!--#set var="repname" value="devel" -->
|
||||
<!--#include virtual="/scripts/distromatic-middle.html.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/distromatic/devel/_recent.inc" -->
|
||||
</td>
|
||||
<td class="distromatic">
|
||||
<!-- devel oldest block --><td class="distromatic" valign="top"><!--#set var="scrollcurr" value="31" --><!--#include virtual="/scripts/scrollbox.html.inc" --></td>
|
||||
<td class="distromatic" valign="top"><img src="/images/spacer.gif" width=0 height=14>Oldest packages:<br>
|
||||
<div id="divScrollTextCont31"><div id="divText31"><!--#include virtual="/pub/openmamba/distromatic/devel/_oldest.inc" --></div></div>
|
||||
</td><td class="distromatic">
|
||||
<!-- devel popular block --><td class="distromatic" valign="top"><!--#set var="scrollcurr" value="32" --><!--#include virtual="/scripts/scrollbox.html.inc" --></td>
|
||||
<td class="distromatic" valign="top"><img src="/images/spacer.gif" width=0 height=14>Latest upstream releases [<a href="/showfile.html?file=/pub/openmamba/devel/autoupdate/upstream-updates.missing">TODO</a>]
|
||||
(sources: <a href="http://www.distrowatch.com/packages.php" target="_new">1</a>, <a href="http://people.gnome.org/~vuntz/tmp/versions/versions-stable" target="_new">2</a>):
|
||||
<div id="divScrollTextCont32"><div id="divText32"><!--#include virtual="/pub/openmamba/distromatic/devel/_popular.html" --></div></div>
|
||||
</td></tr>
|
||||
</table>
|
||||
</td></tr>
|
||||
<tr><td class="pagebar">
|
||||
<a href="/distribution/distromatic.html?tag=devel">Index</a> |
|
||||
<a href="/distribution/distromatic.html?tag=devel&changelog">ChangeLog</a> |
|
||||
<a href="/pub/openmamba/devel">Browse</a> |
|
||||
<a href="/showfile.html?file=/pub/openmamba/devel/distromatic.log">Check</a> |
|
||||
<a href="/showfile.html?file=/pub/openmamba/devel/operations.log.html">Log</a> |
|
||||
<a href="/showfile.html?file=/pub/openmamba/distromatic/devel/virtual-i586">Config</a> |
|
||||
<a href="/pub/openmamba/distromatic/devel/openmamba-devel.smart" target="_view">SMART</a>
|
||||
</td></tr>
|
||||
</table>
|
||||
</td></tr></table>
|
||||
<p>See the <a href="http://www.openmamba.org/pub/openmamba/db/reserved-resources" target="_view">openmamba resources database</a> for a list of system reserved uid and gid's.
|
||||
<br>See the <a href="http://www.openmamba.org/pub/openmamba/db/groups" target="_view">groups database</a> for the list of groups to use for RPM packages classification.
|
||||
<br>See the <a href="http://www.openmamba.org/pub/openmamba/db/licenses" target="_view">licenses database</a> for a list of approved licence for Open Source software in openmamba.
|
||||
</td></tr>
|
||||
<tr><td colspan=2>
|
||||
<br><br>
|
||||
<b>ADDITIONAL REPOSITORIES</b><br>
|
||||
<ul>
|
||||
<li><a href="/distribution/distromatic.html?tag=devel-games">devel-games</a> is a branch of the devel repository containing big games;
|
||||
<li><a href="/distribution/distromatic.html?tag=devel-embedded">devel-embedded</a> is an auxiliary repository containing software for embedded systems.
|
||||
</ul>
|
||||
<table class="distromatic" cellpadding="5"><tr valign="top"><td>
|
||||
<!--#set var="scrollcurr" value="11" -->
|
||||
<!--#set var="repname" value="devel-games" -->
|
||||
<!--#include virtual="/scripts/distromatic-top.html.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/distromatic/devel-games/_recent.inc" -->
|
||||
<!--#include virtual="/scripts/distromatic-bottom.html.inc" -->
|
||||
</td><td>
|
||||
<!--#set var="scrollcurr" value="10" -->
|
||||
<!--#set var="repname" value="devel-embedded" -->
|
||||
<!--#include virtual="/scripts/distromatic-top.html.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/distromatic/devel-embedded/_recent.inc" -->
|
||||
<!--#include virtual="/scripts/distromatic-bottom.html.inc" -->
|
||||
</td><td width=100%>
|
||||
</td></tr></table>
|
||||
</td></tr>
|
||||
<tr><td colspan=2>
|
||||
<br><br>
|
||||
<b>TRANSITIONAL REPOSITORIES</b><br>
|
||||
<ul>
|
||||
<li><a href="/distribution/distromatic.html?tag=devel-kernel">devel-kernel</a> is an experimental repository containing the latest Linux kernel release;
|
||||
<li><a href="/distribution/distromatic.html?tag=devel-xorg">devel-xorg</a> is an experimental repository containing the latest X.org graphical server release;
|
||||
<li><a href="/distribution/distromatic.html?tag=devel-kde4">devel-kde4</a> is an experimental repository containing the latest KDE 4 release.
|
||||
</ul>
|
||||
<table class="distromatic" cellpadding="5"><tr valign="top"><td>
|
||||
<!--#set var="scrollcurr" value="25" -->
|
||||
<!--#set var="repname" value="devel-kernel" -->
|
||||
<!--#include virtual="/scripts/distromatic-top.html.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/distromatic/devel-kernel/_recent.inc" -->
|
||||
<!--#include virtual="/scripts/distromatic-bottom.html.inc" -->
|
||||
</td><td>
|
||||
<!--#set var="scrollcurr" value="26" -->
|
||||
<!--#set var="repname" value="devel-xorg" -->
|
||||
<!--#include virtual="/scripts/distromatic-top.html.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/distromatic/devel-xorg/_recent.inc" -->
|
||||
<!--#include virtual="/scripts/distromatic-bottom.html.inc" -->
|
||||
</td><td>
|
||||
<!--#set var="scrollcurr" value="1" -->
|
||||
<!--#set var="repname" value="devel-kde4" -->
|
||||
<!--#include virtual="/scripts/distromatic-top.html.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/distromatic/devel-kde4/_recent.inc" -->
|
||||
<!--#include virtual="/scripts/distromatic-bottom.html.inc" -->
|
||||
</td></tr><tr><td>
|
||||
<!--#set var="scrollcurr" value="34" -->
|
||||
<!--#set var="repname" value="devel-gnome" -->
|
||||
<!--#include virtual="/scripts/distromatic-top.html.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/distromatic/devel-gnome/_recent.inc" -->
|
||||
<!--#include virtual="/scripts/distromatic-bottom.html.inc" -->
|
||||
</td><td>
|
||||
<!--#set var="scrollcurr" value="28" -->
|
||||
<!--#set var="repname" value="devel-java" -->
|
||||
<!--#include virtual="/scripts/distromatic-top.html.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/distromatic/devel-java/_recent.inc" -->
|
||||
<!--#include virtual="/scripts/distromatic-bottom.html.inc" -->
|
||||
</td><td>
|
||||
</td></tr>
|
||||
</table>
|
||||
</td></tr>
|
||||
<tr><td colspan=2>
|
||||
<br>
|
||||
<b>SERVICE REPOSITORIES (FOR DISTRIBUTION INTERNAL JOBS)</b><br>
|
||||
<ul>
|
||||
<li><a href="/distribution/distromatic.html?tag=devel-makedist">devel-makedist</a> is an auxiliary repository used by our makedist tool to build livecd and flash-1GB distributions;
|
||||
<li><a href="/distribution/distromatic.html?tag=devel-autodist">devel-autodist</a> is an auxiliary repository that contains packages automatically built by autodist;
|
||||
<br>Automatic builds log: <a href="http://www.openmamba.org/showfile.html?file=/pub/openmamba/devel-autodist/autodist-last.log">latest</a>,
|
||||
<a href="http://www.openmamba.org/showfile.html?file=/pub/openmamba/devel-autodist/autodist.log">current</a>
|
||||
<br>Patch applied to spec files: <a href="http://www.openmamba.org/pub/openmamba/devel-autodist/autoupdate/spec-patches-update/">update</a>,
|
||||
<a href="http://www.openmamba.org/pub/openmamba/devel-autodist/autoupdate/spec-patches-build/">build</a>,
|
||||
<a href="http://www.openmamba.org/pub/openmamba/devel-autodist/autoupdate/sources/">new</a>
|
||||
<br>Automatic ports log: <a href="http://www.openmamba.org/showfile.html?file=/pub/openmamba/devel-autodist/autoport-last.log">latest</a>,
|
||||
<a href="http://www.openmamba.org/showfile.html?file=/pub/openmamba/devel-autodist/autoport.log">current</a>
|
||||
<li><a href="/distribution/distromatic.html?tag=devel-distservers">devel-distservers</a> is a repository that contains packages used by openmamba distribution management servers.
|
||||
</ul>
|
||||
<table class="distromatic" cellpadding="5"><tr valign="top"><td>
|
||||
<!--#set var="scrollcurr" value="9" -->
|
||||
<!--#set var="repname" value="devel-makedist" -->
|
||||
<!--#include virtual="/scripts/distromatic-top.html.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/distromatic/devel-makedist/_recent.inc" -->
|
||||
<!--#include virtual="/scripts/distromatic-bottom.html.inc" -->
|
||||
</td><td>
|
||||
<!--#set var="scrollcurr" value="12" -->
|
||||
<!--#set var="repname" value="devel-autodist" -->
|
||||
<!--#include virtual="/scripts/distromatic-top.html.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/distromatic/devel-autodist/_recent.inc" -->
|
||||
<!--#include virtual="/scripts/distromatic-bottom.html.inc" -->
|
||||
</td><td><!-- devel-autodist popular block -->
|
||||
<!--#set var="scrollcurr" value="33" -->
|
||||
<table cellspacing="0">
|
||||
<tr><td colspan=2 class="pagebar" width="250" align="center">
|
||||
<a href="/distribution/distromatic.html?tag=<!--#echo var="repname" -->"><!--#echo var="repname" --></a> repository:
|
||||
<br>
|
||||
</td></tr>
|
||||
<tr>
|
||||
<!-- distromatic block -->
|
||||
<td class="distromatic" width="10" valign="top"><!--#include virtual="/scripts/scrollbox.html.inc" --></td>
|
||||
<td class="distromatic" width="250" valign="top"><a href="/pub/openmamba/distromatic/<!--#echo var="repname" -->/recent.rss"><img src="/pub/openmamba/distromatic/feed-icon.png" alt="RSS 2.0 news feed"></a>
|
||||
<!--#if expr="${lang} = it" -->Ultime versioni disponibili:<!--#else -->Latest available releases:<!--#endif -->
|
||||
<div id="divScrollTextCont<!--#echo var="scrollcurr"-->"><div id="divText<!--#echo var="scrollcurr"-->">
|
||||
<!-- end distromatic block -->
|
||||
<!--#include virtual="/pub/openmamba/distromatic/devel-autodist/_popular.html" -->
|
||||
</div></div></td>
|
||||
</tr>
|
||||
<tr><td colspan=2 class="pagebar">
|
||||
<a href="/showfile.html?file=/pub/openmamba/distromatic/devel-autodist/_popular.html">SHOW ALL</a> |
|
||||
<a href="/showfile.html?file=/pub/openmamba/devel-autodist/autoupdate/upstream-updates.missing">TODO</a>
|
||||
</td></tr>
|
||||
</table>
|
||||
|
||||
<!--script>$("#divScrollTextCont33").css('height','');</script-->
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
<!--#set var="scrollcurr" value="24" -->
|
||||
<!--#set var="repname" value="devel-future" -->
|
||||
<!--#include virtual="/scripts/distromatic-top.html.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/distromatic/devel-future/_recent.inc" -->
|
||||
<!--#include virtual="/scripts/distromatic-bottom.html.inc" -->
|
||||
</td><td>
|
||||
<!--#set var="scrollcurr" value="14" -->
|
||||
<!--#set var="repname" value="devel-distservers" -->
|
||||
<!--#include virtual="/scripts/distromatic-top.html.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/distromatic/devel-distservers/_recent.inc" -->
|
||||
<!--#include virtual="/scripts/distromatic-bottom.html.inc" -->
|
||||
</td><td>
|
||||
</td><td>
|
||||
</td><td>
|
||||
</td><tr>
|
||||
</table>
|
||||
<tr><td colspan=2>
|
||||
<br><br>
|
||||
<b>GROUP REPOSITORIES</b><br>
|
||||
<p>Two or more openmamba developers can join to form a group for openmamba and open source
|
||||
development.
|
||||
<p><b>BEWARE:</b> the content of there repositories is responsibiliy of the group owners.
|
||||
<b>Packages installed from there repositories may not work, produce unwanted modifications
|
||||
to your system and damage it. Use is recommended on test installations only and is at your own risk.</b>
|
||||
<!--#include virtual="/groups/groups-repositories.inc.html" -->
|
||||
<tr><td colspan=2>
|
||||
<br>
|
||||
<b>PERSONAL REPOSITORIES</b><br>
|
||||
<ul>
|
||||
<li>an openmamba developer can have its own personal repository; here go candidate packages for the devel-contrib repository
|
||||
as well as modifications to make a customized distribution;
|
||||
<li>in order to add a repository to your system copy the APT file to the <i>/etc/apt/sources.list.d/</i> directory.
|
||||
</ul>
|
||||
<p><b>BEWARE:</b> the content of there repositories is responsibiliy of their owners.
|
||||
<b>Packages installed from there repositories may not work, produce unwanted modifications
|
||||
to your system and damage it. Use is recommended on test installations only and is at your own risk.</b>
|
||||
<!--#include virtual="/people/people-repositories.inc.html" -->
|
||||
</td></tr>
|
||||
</table>
|
||||
<!--#include virtual="/footer.html" -->
|
4
wwwroot/distribution/development.html
Normal file
@ -0,0 +1,4 @@
|
||||
<!--#if expr="$QUERY_STRING = /lang=([a-zA-Z0-9\-+_\.]+)/" --><!--#set var="lang" value="$1" --><!--#endif -->
|
||||
<!--#if expr=$lang --><!--#else --><!--#if expr="$HTTP_ACCEPT_LANGUAGE = /([a-zA-Z0-9]+)/" --><!--#set var="lang" value="$1" --><!--#endif --><!--#endif -->
|
||||
<!--#if expr="${lang} != it" --><!--#set var="lang" value="en" --><!--#endif -->
|
||||
<!--#include virtual="development.${lang}.html" -->
|
287
wwwroot/distribution/development.it.html
Normal file
@ -0,0 +1,287 @@
|
||||
<!--#set var="title" value="Sviluppo" -->
|
||||
<!--#set var="refresh" value="900" -->
|
||||
<!--#set var="description" value="Una pagina automatizzata con informazioni in tempo reale sullo stato di sviluppo della distribuzione openmamba." -->
|
||||
<!--#set var="keywords" value="distromatic" -->
|
||||
<!--#set var="slogan" value="Distribuzione GNU/Linux" -->
|
||||
<!--#include virtual="/header.html" -->
|
||||
<script>
|
||||
var scrollnum = 35
|
||||
</script>
|
||||
<!--#include virtual="/scripts/scroll.js.inc" -->
|
||||
<style type="text/css">
|
||||
#divUp30 {position:relative;top:00px;}
|
||||
#divDown30 {position:relative;top:10px;}
|
||||
#divScrollTextCont30 {position:relative; top:0px; left:0px; width:849px; height:80px; clip:rect(0px 849px 150px 0px); overflow:hidden; visibility:hidden; background-color: #e4ffd3; }
|
||||
#divText30 {position:relative;}
|
||||
#divUp31 {position:relative;top:22px;}
|
||||
#divDown31 {position:relative;top:135px;}
|
||||
#divScrollTextCont31 {position:relative; top:0px; left:0px; width:270px; height:158px; clip:rect(0px 300px 150px 0px); overflow:hidden; visibility:hidden;}
|
||||
#divText31 {position:relative;}
|
||||
#divUp32 {position:relative;top:22px;}
|
||||
#divDown32 {position:relative;top:135px;}
|
||||
#divScrollTextCont32 {position:relative; top:0px; left:0px; width:270px; height:158px; clip:rect(0px 300px 150px 0px); overflow:hidden; visibility:hidden;}
|
||||
#divText32 {position:relative;}
|
||||
#divDown33 {position:relative;top:135px;}
|
||||
#divScrollTextCont33 {position:relative; top:0px; left:0px; width:270px; height:158px; clip:rect(0px 300px 150px 0px); overflow:hidden; visibility:hidden;}
|
||||
#divText33 {position:relative;}
|
||||
#divDown34 {position:relative;top:135px;}
|
||||
#divScrollTextCont34 {position:relative; top:0px; left:0px; width:270px; height:158px; clip:rect(0px 300px 150px 0px); overflow:hidden; visibility:hidden;}
|
||||
#divText34 {position:relative;}
|
||||
</style>
|
||||
<table>
|
||||
<tr><td colspan=2>
|
||||
<table align="center"><tr>
|
||||
<td width=700 class="toptitle"><img src="/images/packages_gr.png" alt="packages">
|
||||
Canali di sviluppo di openmamba</td>
|
||||
</td><td align=right><!--#include virtual="/versions.inc.it.html" --></td>
|
||||
</tr></table>
|
||||
</tr>
|
||||
<tr><td>
|
||||
<b>COME AVVIENE LO SVILUPPO?</b><br>
|
||||
Principalmente attraverso la realizzazione o l'aggiornamento di pacchetti software in formato RPM binario
|
||||
realizzati a partire dal codice sorgente. Questi pacchetti vengono poi resi disponibili
|
||||
in apposite cartelle chiamate repository o canali. <a href="http://wiki.openmamba.org/it/index.php/Sviluppo">Leggi di più...</a>.
|
||||
<br><br>
|
||||
<b>COME POSSO PARTECIPARE?</b><br>
|
||||
La generazione di pacchetti viene semplificata e standardizzata attraverso l'uso di <a href="http://wiki.openmamba.org/it/index.php/Autospec">
|
||||
autospec</a>. Si consiglia di fare un pò di pratica seguendo le istruzioni nella pagina del wiki.
|
||||
<br><br>
|
||||
<b>COME AGGIUNGO UN CANALE AL MIO SISTEMA?</b><br>
|
||||
Per aggiungere un canale (o repository) al proprio sistema occorre salvare il corrispondente file APT nella directory <i>/etc/apt/sources.list.d/</i>.
|
||||
A partire dalla versione milestone2 i repository di sviluppo vengono attivati utilizzando la configurazione dei canali del software Smart Package Manager.
|
||||
</td><td><script src="http://widgets.twimg.com/j/2/widget.js"></script>
|
||||
<script>
|
||||
new TWTR.Widget({
|
||||
version: 2,
|
||||
type: 'list',
|
||||
rpp: 30,
|
||||
interval: 6000,
|
||||
title: 'Notizie per gli sviluppatori di openmamba',
|
||||
subject: 'Ultime novità dal mondo Open Source',
|
||||
width: 300,
|
||||
height: 200,
|
||||
theme: {
|
||||
shell: {
|
||||
background: '#e4ffd3',
|
||||
color: '#000000'
|
||||
},
|
||||
tweets: {
|
||||
background: '#ffffff',
|
||||
color: '#000000',
|
||||
links: '#4b7246'
|
||||
}
|
||||
},
|
||||
features: {
|
||||
scrollbar: true,
|
||||
loop: true,
|
||||
live: true,
|
||||
hashtags: true,
|
||||
timestamp: true,
|
||||
avatars: true,
|
||||
behavior: 'default'
|
||||
}
|
||||
}).render().setList('openmamba', 'open-source').start();
|
||||
</script>
|
||||
</td></tr>
|
||||
<tr><td colspan=2>
|
||||
<br>Questa pagina contiene informazioni generate automaticamente dal tool
|
||||
<a href="http://www.openmamba.org/distribution/distromatic.html?tag=devel&pkg=distromatic.source">distromatic</a> per agevolare il compito di mantenimento dei repository della distribuzione.<br><br>
|
||||
|
||||
<b>REPOSITORY BASE (HEAD)</b><br>
|
||||
<ul>
|
||||
<li>il repository <a href="/distribution/distromatic.html?tag=devel">devel</a> contiene l'intera distribuzione principale.
|
||||
</ul>
|
||||
<table class="distromatic" cellpadding="5"><tr valign="top"><td>
|
||||
<table cellspacing="0">
|
||||
<tr><td class="pagebar" align="center">
|
||||
repository <a href="/distribution/distromatic.html?tag=devel">devel</a>:<br>
|
||||
</td></tr>
|
||||
<tr><td valign="top">
|
||||
<table class="distromatic" cellspacing="0" cellpadding="0" style="border:0;"><tr>
|
||||
<td>
|
||||
<!--#set var="scrollcurr" value="0" -->
|
||||
<!--#set var="repname" value="devel" -->
|
||||
<!--#include virtual="/scripts/distromatic-middle.html.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/distromatic/devel/_recent.inc" -->
|
||||
</td>
|
||||
<td class="distromatic">
|
||||
<!-- devel oldest block --><td class="distromatic" valign="top"><!--#set var="scrollcurr" value="31" --><!--#include virtual="/scripts/scrollbox.html.inc" --></td>
|
||||
<td class="distromatic" valign="top"><img src="/images/spacer.gif" width=0 height=14>Pacchetti più vecchi:<br>
|
||||
<div id="divScrollTextCont31"><div id="divText31"><!--#include virtual="/pub/openmamba/distromatic/devel/_oldest.inc" --></div></div>
|
||||
</td><td class="distromatic">
|
||||
<!-- devel popular block --><td class="distromatic" valign="top"><!--#set var="scrollcurr" value="32" --><!--#include virtual="/scripts/scrollbox.html.inc" --></td>
|
||||
<td class="distromatic" valign="top"><img src="/images/spacer.gif" width=0 height=14>Ultime versioni disponibili [<a href="/showfile.html?file=/pub/openmamba/devel/autoupdate/upstream-updates.missing">DA FARE</a>]
|
||||
(fonti: <a href="http://www.distrowatch.com/packages.php" target="_new">1</a>, <a href="http://people.gnome.org/~vuntz/tmp/versions/versions-stable" target="_new">2</a>):
|
||||
<div id="divScrollTextCont32"><div id="divText32"><!--#include virtual="/pub/openmamba/distromatic/devel/_popular.html" --></div></div>
|
||||
</td></tr>
|
||||
</table>
|
||||
</td></tr>
|
||||
<tr><td class="pagebar">
|
||||
<a href="/distribution/distromatic.html?tag=devel">Indice</a> |
|
||||
<a href="/distribution/distromatic.html?tag=devel&changelog">ChangeLog</a> |
|
||||
<a href="/pub/openmamba/devel">Esplora</a> |
|
||||
<a href="/showfile.html?file=/pub/openmamba/devel/distromatic.log">Controllo</a> |
|
||||
<a href="/showfile.html?file=/pub/openmamba/devel/operations.log.html">Registro</a> |
|
||||
<a href="/pub/openmamba/distromatic/devel/openmamba-devel.smart" target="_view">SMART</a>
|
||||
</td></tr>
|
||||
</table>
|
||||
</td></tr></table>
|
||||
<p>Il <a href="http://www.openmamba.org/pub/openmamba/db/reserved-resources" target="_view">database delle risorse di openmamba</a> contiene l'elenco degli uid e gid univoci utilizzati dai servizi di sistema.
|
||||
<br>Il <a href="http://www.openmamba.org/pub/openmamba/db/groups" target="_view">database di gruppi</a> contiene l'elenco dei gruppi da utilizzare per classificare i software durante la pacchettizzazione RPM.
|
||||
<br>Il <a href="http://www.openmamba.org/pub/openmamba/db/licenses" target="_view">database delle licenze</a> contiene l'elenco delle licenze che sono state approvate per l'inserimento in openmamba come software Open Source.
|
||||
</td></tr>
|
||||
<tr><td colspan=2>
|
||||
<br><br>
|
||||
<b>REPOSITORY AGGIUNTIVI</b><br>
|
||||
<ul>
|
||||
<li><a href="/distribution/distromatic.html?tag=devel-games">devel-games</a> è un ramo del repository devel contenente giochi di grosse dimensioni;
|
||||
<li><a href="/distribution/distromatic.html?tag=devel-embedded">devel-embedded</a> è un repository ausiliario contenente pacchetti destinati all'uso per sistemi embedded.
|
||||
</ul>
|
||||
<table class="distromatic" cellpadding="5"><tr valign="top"><td>
|
||||
<!--#set var="scrollcurr" value="11" -->
|
||||
<!--#set var="repname" value="devel-games" -->
|
||||
<!--#include virtual="/scripts/distromatic-top.html.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/distromatic/devel-games/_recent.inc" -->
|
||||
<!--#include virtual="/scripts/distromatic-bottom.html.inc" -->
|
||||
</td><td>
|
||||
<!--#set var="scrollcurr" value="10" -->
|
||||
<!--#set var="repname" value="devel-embedded" -->
|
||||
<!--#include virtual="/scripts/distromatic-top.html.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/distromatic/devel-embedded/_recent.inc" -->
|
||||
<!--#include virtual="/scripts/distromatic-bottom.html.inc" -->
|
||||
</td><td width=100%>
|
||||
|
||||
</td></tr></table>
|
||||
</td></tr>
|
||||
<tr><td colspan=2>
|
||||
<br><br>
|
||||
<b>REPOSITORY DI TRANSIZIONE</b><br>
|
||||
<ul>
|
||||
<li><a href="/distribution/distromatic.html?tag=devel-kernel">devel-kernel</a> è un repository sperimentale contenente l'ultima versione del kernel Linux;
|
||||
<li><a href="/distribution/distromatic.html?tag=devel-xorg">devel-xorg</a> è un repository sperimentale contenente l'ultima versione del server grafico X.org;
|
||||
<li><a href="/distribution/distromatic.html?tag=devel-kde4">devel-kde4</a> è un repository sperimentale contenente l'ultima versione di KDE 4.
|
||||
</ul>
|
||||
<table class="distromatic" cellpadding="5"><tr valign="top"><td>
|
||||
<!--#set var="scrollcurr" value="25" -->
|
||||
<!--#set var="repname" value="devel-kernel" -->
|
||||
<!--#include virtual="/scripts/distromatic-top.html.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/distromatic/devel-kernel/_recent.inc" -->
|
||||
<!--#include virtual="/scripts/distromatic-bottom.html.inc" -->
|
||||
</td><td>
|
||||
<!--#set var="scrollcurr" value="26" -->
|
||||
<!--#set var="repname" value="devel-xorg" -->
|
||||
<!--#include virtual="/scripts/distromatic-top.html.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/distromatic/devel-xorg/_recent.inc" -->
|
||||
<!--#include virtual="/scripts/distromatic-bottom.html.inc" -->
|
||||
</td><td>
|
||||
<!--#set var="scrollcurr" value="1" -->
|
||||
<!--#set var="repname" value="devel-kde4" -->
|
||||
<!--#include virtual="/scripts/distromatic-top.html.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/distromatic/devel-kde4/_recent.inc" -->
|
||||
<!--#include virtual="/scripts/distromatic-bottom.html.inc" -->
|
||||
</td></tr><tr><td>
|
||||
<!--#set var="scrollcurr" value="34" -->
|
||||
<!--#set var="repname" value="devel-gnome" -->
|
||||
<!--#include virtual="/scripts/distromatic-top.html.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/distromatic/devel-gnome/_recent.inc" -->
|
||||
<!--#include virtual="/scripts/distromatic-bottom.html.inc" -->
|
||||
</td><td>
|
||||
<!--#set var="scrollcurr" value="28" -->
|
||||
<!--#set var="repname" value="devel-java" -->
|
||||
<!--#include virtual="/scripts/distromatic-top.html.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/distromatic/devel-java/_recent.inc" -->
|
||||
<!--#include virtual="/scripts/distromatic-bottom.html.inc" -->
|
||||
</td><td>
|
||||
</td></tr>
|
||||
</table>
|
||||
</td></tr>
|
||||
<tr><td colspan=2>
|
||||
<br>
|
||||
<b>REPOSITORY DI SERVIZIO (UTILIZZATI PER LO SVILUPPO DELLA DISTRIBUZIONE)</b><br>
|
||||
<ul>
|
||||
<li><a href="/distribution/distromatic.html?tag=devel-makedist">devel-makedist</a> è un repository sperimentale usato dal tool makedist per creare i supporti live e per l'installazione;
|
||||
<li><a href="/distribution/distromatic.html?tag=devel-autodist">devel-autodist</a> è un repository sperimentale e inconsistente che contiene pacchetti generati automaticamente da autodist;
|
||||
<br>Log dei build automatici: <a href="http://www.openmamba.org/showfile.html?file=/pub/openmamba/devel-autodist/autodist-last.log">ultimo</a>,
|
||||
<a href="http://www.openmamba.org/showfile.html?file=/pub/openmamba/devel-autodist/autodist.log">corrente</a>
|
||||
<br>Patch applicate agli specfile: <a href="http://www.openmamba.org/pub/openmamba/devel-autodist/autoupdate/spec-patches-update/">update</a>;
|
||||
<a href="http://www.openmamba.org/pub/openmamba/devel-autodist/autoupdate/spec-patches-build/">build</a>,
|
||||
<a href="http://www.openmamba.org/pub/openmamba/devel-autodist/autoupdate/sources/">new</a>
|
||||
<br>Log dei port automatici: <a href="http://www.openmamba.org/showfile.html?file=/pub/openmamba/devel-makedist/autoport-last.log">ultimo</a>,
|
||||
<a href="http://www.openmamba.org/showfile.html?file=/pub/openmamba/devel-makedist/autoport.log">corrente</a>
|
||||
<li><a href="/distribution/distromatic.html?tag=devel-future">devel-future</a> è un repository ausiliario ed inconsistente che contiene software che non è ancora pronto per essere distribuito;
|
||||
<li><a href="/distribution/distromatic.html?tag=devel-distservers">devel-distservers</a> è un repository che contiene pacchetti utilizzati dai server di mantenimento della distribuzione.
|
||||
</ul>
|
||||
<table class="distromatic" cellpadding="5"><tr valign="top"><td>
|
||||
<!--#set var="scrollcurr" value="9" -->
|
||||
<!--#set var="repname" value="devel-makedist" -->
|
||||
<!--#include virtual="/scripts/distromatic-top.html.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/distromatic/devel-makedist/_recent.inc" -->
|
||||
<!--#include virtual="/scripts/distromatic-bottom.html.inc" -->
|
||||
</td><td>
|
||||
<!--#set var="scrollcurr" value="12" -->
|
||||
<!--#set var="repname" value="devel-autodist" -->
|
||||
<!--#include virtual="/scripts/distromatic-top.html.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/distromatic/devel-autodist/_recent.inc" -->
|
||||
<!--#include virtual="/scripts/distromatic-bottom.html.inc" -->
|
||||
</td><td><!-- devel-autodist popular block -->
|
||||
<!--#set var="scrollcurr" value="33" -->
|
||||
<table cellspacing="0">
|
||||
<tr><td colspan=2 class="pagebar" width="250" align="center">
|
||||
<a href="/distribution/distromatic.html?tag=<!--#echo var="repname" -->"><!--#echo var="repname" --></a> repository:
|
||||
<br>
|
||||
</td></tr>
|
||||
<tr>
|
||||
<!-- distromatic block -->
|
||||
<td class="distromatic" width="10" valign="top"><!--#include virtual="/scripts/scrollbox.html.inc" --></td>
|
||||
<td class="distromatic" width="250" valign="top"><a href="/pub/openmamba/distromatic/<!--#echo var="repname" -->/recent.rss"><img src="/pub/openmamba/distromatic/feed-icon.png" alt="RSS 2.0 news feed"></a>
|
||||
<!--#if expr="${lang} = it" -->Ultime versioni disponibili:<!--#else -->Latest available releases:<!--#endif -->
|
||||
<div id="divScrollTextCont<!--#echo var="scrollcurr"-->"><div id="divText<!--#echo var="scrollcurr"-->">
|
||||
<!-- end distromatic block -->
|
||||
<!--#include virtual="/pub/openmamba/distromatic/devel-autodist/_popular.html" -->
|
||||
</div></div></td>
|
||||
</tr>
|
||||
<tr><td colspan=2 class="pagebar">
|
||||
<a href="/showfile.html?file=/pub/openmamba/distromatic/devel-autodist/_popular.html">MOSTRA TUTTO</a> |
|
||||
<a href="/showfile.html?file=/pub/openmamba/devel-autodist/autoupdate/upstream-updates.missing">DA FARE</a>
|
||||
</td></tr>
|
||||
</table>
|
||||
|
||||
<!--script>$("#divScrollTextCont33").css('height','');</script-->
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
<!--#set var="scrollcurr" value="27" -->
|
||||
<!--#set var="repname" value="devel-future" -->
|
||||
<!--#include virtual="/scripts/distromatic-top.html.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/distromatic/devel-future/_recent.inc" -->
|
||||
<!--#include virtual="/scripts/distromatic-bottom.html.inc" -->
|
||||
</td><td>
|
||||
<!--#set var="scrollcurr" value="14" -->
|
||||
<!--#set var="repname" value="devel-distservers" -->
|
||||
<!--#include virtual="/scripts/distromatic-top.html.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/distromatic/devel-distservers/_recent.inc" -->
|
||||
<!--#include virtual="/scripts/distromatic-bottom.html.inc" -->
|
||||
</td><td>
|
||||
</td><td>
|
||||
</td></tr>
|
||||
</table>
|
||||
<tr><td colspan=2>
|
||||
<br><br>
|
||||
<b>REPOSITORY DEI GRUPPI</b><br>
|
||||
<p>Due o più sviluppatori di openmamba possono unirsi per formare un <a href="/groups">gruppo</a> finalizzato allo
|
||||
sviluppo di openmamba e di software open source.
|
||||
<p><b>ATTENZIONE:</b> il contenuto dei repository dei gruppi è responsabilità dei rispettivi proprietari.
|
||||
<b>I pacchetti installati da questi repository potrebbero non funzionare, produrre modifiche indesiderate
|
||||
al tuo sistema e anche danneggiarlo. L'uso è raccomandato solo su installazioni di test ed a proprio rischio.</b>
|
||||
<!--#include virtual="/groups/groups-repositories.inc.html" -->
|
||||
<tr><td colspan=2>
|
||||
<br>
|
||||
<b>REPOSITORY PERSONALI</b><br>
|
||||
<p>Ogni <a href="/people">sviluppatore</a> può avere un proprio repository personale in cui inviare pacchetti candidati per la base di openmamba (repository devel)
|
||||
oppure modifiche personali per le proprie esigenze.
|
||||
<p><b>ATTENZIONE:</b> il contenuto dei repository personali è responsabilità dei rispettivi proprietari.
|
||||
<b>I pacchetti installati da questi repository potrebbero non funzionare, produrre modifiche indesiderate
|
||||
al tuo sistema e anche danneggiarlo. L'uso è raccomandato solo su installazioni di test ed a proprio rischio.</b>
|
||||
<!--#include virtual="/people/people-repositories.inc.html" -->
|
||||
</td></tr>
|
||||
</table>
|
||||
<!--#include virtual="/footer.html" -->
|
110
wwwroot/distribution/distromatic.en.html
Normal file
@ -0,0 +1,110 @@
|
||||
<!--#if expr="$QUERY_STRING = /tag=([a-zA-Z0-9\-+_\.]+)/" -->
|
||||
<!--#set var="tag" value="$1" -->
|
||||
<!--#if expr="$QUERY_STRING = /arch=([a-zA-Z0-9\-+_\.]+)/" -->
|
||||
<!--#set var="arch" value="$1" -->
|
||||
<!--#set var="includefile" value="/pub/openmamba/distromatic/${tag}/_index-${arch}.inc" -->
|
||||
<!--#set var="title" value="List of all packages in the $tag repository for ${arch} architecture" -->
|
||||
<!--#set var="description" value="List of all packages in the $tag repository for ${arch} architecture" -->
|
||||
<!--#else -->
|
||||
<!--#set var="includefile" value="/pub/openmamba/distromatic/${tag}/_index.inc" -->
|
||||
<!--#set var="title" value="List of all packages in the $tag repository" -->
|
||||
<!--#set var="description" value="List of all RPM packages in the openmamba $tag repository" -->
|
||||
<!--#endif -->
|
||||
<!--#if expr="$QUERY_STRING = /pkg=([a-zA-Z0-9\-+_\.]+)/" -->
|
||||
<!--#set var="pkg" value="$1" -->
|
||||
<!--#if expr="$pkg != _index" -->
|
||||
<!--#if expr="$QUERY_STRING = /pkg=([a-zA-Z0-9\-+_]+)/" -->
|
||||
<!--#set var="pkgname" value="$1" -->
|
||||
<!--#endif -->
|
||||
<!--#if expr="$QUERY_STRING = /pkg=[a-zA-Z0-9\-+_]+\\.([a-zA-Z0-9\-+_]+)/" -->
|
||||
<!--#set var="pkgtype" value="$1" -->
|
||||
<!--#endif -->
|
||||
<!--#set var="includefile" value="/pub/openmamba/distromatic/${tag}/packages/${pkg}.inc" -->
|
||||
<!--#set var="title" value="$pkgname $pkgtype RPM package information ($tag repository)" -->
|
||||
<!--#set var="description" value="openmamba $tag repository: $pkg RPM package information and download" -->
|
||||
<!--#endif -->
|
||||
<!--#endif -->
|
||||
<!--#if expr="$QUERY_STRING = /maintainer=([a-zA-Z0-9\-+_\.:]+)/" -->
|
||||
<!--#set var="maintainer" value="$1" -->
|
||||
<!--#if expr="$maintainer = _index" -->
|
||||
<!--#set var="includefile" value="/pub/openmamba/distromatic/${tag}/_maintainers.inc" -->
|
||||
<!--#set var="title" value="List of all maintainers in the $tag repository" -->
|
||||
<!--#set var="description" value="List of all maintainers in the $tag repository" -->
|
||||
<!--#else -->
|
||||
<!--#set var="includefile" value="/pub/openmamba/distromatic/${tag}/maintainers/${maintainer}.inc" -->
|
||||
<!--#set var="title" value="Packages maintained by ${maintainer} in the $tag repository" -->
|
||||
<!--#set var="description" value="Packages maintained by ${maintainer} in the $tag repository" -->
|
||||
<!--#endif -->
|
||||
<!--#endif -->
|
||||
<!--#if expr="$QUERY_STRING = /group=([a-zA-Z0-9\-+_\.:]+)/" -->
|
||||
<!--#set var="group" value="$1" -->
|
||||
<!--#if expr="$group = _index" -->
|
||||
<!--#set var="includefile" value="/pub/openmamba/distromatic/${tag}/_groups.inc" -->
|
||||
<!--#set var="title" value="List of all groups for the $tag repository" -->
|
||||
<!--#set var="description" value="List of all groups for the $tag repository" -->
|
||||
<!--#else -->
|
||||
<!--#set var="includefile" value="/pub/openmamba/distromatic/${tag}/groups/${group}/_index.inc" -->
|
||||
<!--#set var="title" value="Packages of $group group in the $tag repository" -->
|
||||
<!--#set var="description" value="Packages of $group group in the $tag repository" -->
|
||||
<!--#endif -->
|
||||
<!--#endif -->
|
||||
<!--#if expr="$QUERY_STRING = /changelog/" -->
|
||||
<!--#set var="includefile" value="/pub/openmamba/distromatic/${tag}/_changelog.inc" -->
|
||||
<!--#set var="title" value="Changelog for the $tag repository" -->
|
||||
<!--#set var="description" value="List of all changes in the $tag repository" -->
|
||||
<!--#endif -->
|
||||
<!--#else -->
|
||||
<!--#set var="includefile" value="/pub/openmamba/distromatic/_index.inc" -->
|
||||
<!--#set var="title" value="Index of all available repositories" -->
|
||||
<!--#set var="description" value="Index of all available repositories" -->
|
||||
<!--#endif -->
|
||||
<!--#include virtual="/header.html" -->
|
||||
<table width="100%"><tr><td>
|
||||
<br>
|
||||
<!--#if expr="$tag != ''" -->
|
||||
[<a href="?">repositories</a>]
|
||||
<b><!--#echo var=tag --></b>:
|
||||
<!--#if expr="$group != _index" -->
|
||||
[<a href="?tag=<!--#echo var=tag -->&group=_index">groups</a>]
|
||||
<!--#endif -->
|
||||
<!--#if expr="$pkg != '_index'" -->
|
||||
[<a href="?tag=<!--#echo var=tag -->&pkg=_index">packages</a>]
|
||||
<!--#endif -->
|
||||
<!--#if expr="$maintainer != _index" -->
|
||||
[<a href="?tag=<!--#echo var=tag -->&maintainer=_index">maintainers</a>]
|
||||
<!--#endif -->
|
||||
[<a href="?tag=<!--#echo var=tag -->&changelog">changelog</a>]
|
||||
<!--#endif -->
|
||||
<br>
|
||||
<br>
|
||||
<table border=0><tr>
|
||||
<td valign=top width="780">
|
||||
<!--#include virtual=${includefile} -->
|
||||
</td>
|
||||
<td valign=top width=140>
|
||||
<br><br>
|
||||
<div class="contentmenu" style="text-align:center"><b>Products for openmamba</b> (commercial advertisment):</div>
|
||||
<!--#include virtual="/verticalbanner.html" -->
|
||||
</td></tr></table>
|
||||
<br><font size=-1>
|
||||
<!--#if expr="$tag != ''" -->
|
||||
[<a href="?">repositories</a>]
|
||||
<!--#if expr="$group != _index" -->
|
||||
<b><!--#echo var=tag --></b>:
|
||||
[<a href="?tag=<!--#echo var=tag -->&group=_index">groups</a>]
|
||||
<!--#endif -->
|
||||
<!--#if expr="$pkg != '_index'" -->
|
||||
[<a href="?tag=<!--#echo var=tag -->&pkg=_index">packages</a>]
|
||||
<!--#endif -->
|
||||
<!--#if expr="$maintainer != _index" -->
|
||||
[<a href="?tag=<!--#echo var=tag -->&maintainer=_index">maintainers</a>]
|
||||
<!--#endif -->
|
||||
[<a href="?tag=<!--#echo var=tag -->&changelog">changelog</a>]
|
||||
<!--#endif -->
|
||||
<br>
|
||||
<br>Automatically generated by <a href="?tag=devel&pkg=distromatic">distromatic</a>.
|
||||
<br>
|
||||
</font>
|
||||
</td>
|
||||
</tr></table>
|
||||
<!--#include virtual="/footer.html" -->
|
4
wwwroot/distribution/distromatic.html
Normal file
@ -0,0 +1,4 @@
|
||||
<!--#if expr="$QUERY_STRING = /lang=([a-zA-Z0-9\-+_\.]+)/" --><!--#set var="lang" value="$1" --><!--#endif -->
|
||||
<!--#if expr=$lang --><!--#else --><!--#if expr="$HTTP_ACCEPT_LANGUAGE = /([a-zA-Z0-9]+)/" --><!--#set var="lang" value="$1" --><!--#endif --><!--#endif -->
|
||||
<!--#if expr="${lang} != it" --><!--#set var="lang" value="en" --><!--#endif -->
|
||||
<!--#include virtual="distromatic.${lang}.html" -->
|
110
wwwroot/distribution/distromatic.it.html
Normal file
@ -0,0 +1,110 @@
|
||||
<!--#if expr="$QUERY_STRING = /tag=([a-zA-Z0-9\-+_\.]+)/" -->
|
||||
<!--#set var="tag" value="$1" -->
|
||||
<!--#if expr="$QUERY_STRING = /arch=([a-zA-Z0-9\-+_\.]+)/" -->
|
||||
<!--#set var="arch" value="$1" -->
|
||||
<!--#set var="includefile" value="/pub/openmamba/distromatic/${tag}/_index-${arch}.inc" -->
|
||||
<!--#set var="title" value="Elenco di tutti i pacchetti nel repository $tag per l'architettura ${arch}" -->
|
||||
<!--#set var="description" value="Elenco di tutti i pacchetti nel repository $tag di openmamba per l'architettura ${arch}" -->
|
||||
<!--#else -->
|
||||
<!--#set var="includefile" value="/pub/openmamba/distromatic/${tag}/_index.inc" -->
|
||||
<!--#set var="title" value="Elenco di tutti i pacchetti nel repository $tag" -->
|
||||
<!--#set var="description" value="Elenco di tutti i pacchetti nel repository $tag di openmamba" -->
|
||||
<!--#endif -->
|
||||
<!--#if expr="$QUERY_STRING = /pkg=([a-zA-Z0-9\-+_\.]+)/" -->
|
||||
<!--#set var="pkg" value="$1" -->
|
||||
<!--#if expr="$pkg != _index" -->
|
||||
<!--#if expr="$QUERY_STRING = /pkg=([a-zA-Z0-9\-+_]+)/" -->
|
||||
<!--#set var="pkgname" value="$1" -->
|
||||
<!--#endif -->
|
||||
<!--#if expr="$QUERY_STRING = /pkg=[a-zA-Z0-9\-+_]+\\.([a-zA-Z0-9\-+_]+)/" -->
|
||||
<!--#set var="pkgtype" value="$1" -->
|
||||
<!--#endif -->
|
||||
<!--#set var="includefile" value="/pub/openmamba/distromatic/${tag}/packages/${pkg}.inc" -->
|
||||
<!--#set var="title" value="Informazioni sul pacchetto RPM $pkgname($pkgtype) nel repository $tag" -->
|
||||
<!--#set var="description" value="repository $tag di openmamba: informazioni e download del pacchetto RPM $pkg" -->
|
||||
<!--#endif -->
|
||||
<!--#endif -->
|
||||
<!--#if expr="$QUERY_STRING = /maintainer=([a-zA-Z0-9\-+_\.:]+)/" -->
|
||||
<!--#set var="maintainer" value="$1" -->
|
||||
<!--#if expr="$maintainer = _index" -->
|
||||
<!--#set var="includefile" value="/pub/openmamba/distromatic/${tag}/_maintainers.inc" -->
|
||||
<!--#set var="title" value="Elenco dei manutentori nel repository $tag" -->
|
||||
<!--#set var="description" value="Elenco di tutti i manutentori del repository $tag" -->
|
||||
<!--#else -->
|
||||
<!--#set var="includefile" value="/pub/openmamba/distromatic/${tag}/maintainers/${maintainer}.inc" -->
|
||||
<!--#set var="title" value="Pacchetti mantenuti da ${maintainer} nel repository $tag" -->
|
||||
<!--#set var="description" value="Pacchetti mantenuti da ${maintainer} nel repository $tag" -->
|
||||
<!--#endif -->
|
||||
<!--#endif -->
|
||||
<!--#if expr="$QUERY_STRING = /group=([a-zA-Z0-9\-+_\.:]+)/" -->
|
||||
<!--#set var="group" value="$1" -->
|
||||
<!--#if expr="$group = _index" -->
|
||||
<!--#set var="includefile" value="/pub/openmamba/distromatic/${tag}/_groups.inc" -->
|
||||
<!--#set var="title" value="Elenco di tutti i gruppi nel repository $tag" -->
|
||||
<!--#set var="description" value="Elenco di tutti i gruppi nel repository $tag" -->
|
||||
<!--#else -->
|
||||
<!--#set var="includefile" value="/pub/openmamba/distromatic/${tag}/groups/${group}/_index.inc" -->
|
||||
<!--#set var="title" value="Pacchetti del gruppo $group nel repository $tag" -->
|
||||
<!--#set var="description" value="Pacchetti del gruppo $group nel repository $tag" -->
|
||||
<!--#endif -->
|
||||
<!--#endif -->
|
||||
<!--#if expr="$QUERY_STRING = /changelog/" -->
|
||||
<!--#set var="includefile" value="/pub/openmamba/distromatic/${tag}/_changelog.inc" -->
|
||||
<!--#set var="title" value="Registro delle modifiche per il repository $tag" -->
|
||||
<!--#set var="description" value="Registro delle modifiche per il repository $tag" -->
|
||||
<!--#endif -->
|
||||
<!--#else -->
|
||||
<!--#set var="includefile" value="/pub/openmamba/distromatic/_index.inc" -->
|
||||
<!--#set var="title" value="Indice dei repository disponibili" -->
|
||||
<!--#set var="description" value="Indice dei repository disponibili" -->
|
||||
<!--#endif -->
|
||||
<!--#include virtual="/header.html" -->
|
||||
<table width="100%"><tr><td>
|
||||
<br>
|
||||
<!--#if expr="$tag != ''" -->
|
||||
[<a href="?">repository</a>]
|
||||
<b><!--#echo var=tag --></b>:
|
||||
<!--#if expr="$group != _index" -->
|
||||
[<a href="?tag=<!--#echo var=tag -->&group=_index">gruppi</a>]
|
||||
<!--#endif -->
|
||||
<!--#if expr="$pkg != '_index'" -->
|
||||
[<a href="?tag=<!--#echo var=tag -->&pkg=_index">pacchetti</a>]
|
||||
<!--#endif -->
|
||||
<!--#if expr="$maintainer != _index" -->
|
||||
[<a href="?tag=<!--#echo var=tag -->&maintainer=_index">manutentori</a>]
|
||||
<!--#endif -->
|
||||
[<a href="?tag=<!--#echo var=tag -->&changelog">modifiche</a>]
|
||||
<!--#endif -->
|
||||
<br>
|
||||
<br>
|
||||
<table border=0><tr>
|
||||
<td valign=top width="780">
|
||||
<!--#include virtual=${includefile} -->
|
||||
</td>
|
||||
<td valign=top width=140>
|
||||
<br><br>
|
||||
<div class="contentmenu" style="text-align:center"><b>Prodotti per openmamba</b> (annunci commerciali):</div>
|
||||
<!--#include virtual="/verticalbanner.html" -->
|
||||
</td></tr></table>
|
||||
<br><font size=-1>
|
||||
<!--#if expr="$tag != ''" -->
|
||||
[<a href="?">repository</a>]
|
||||
<!--#if expr="$group != _index" -->
|
||||
<b><!--#echo var=tag --></b>:
|
||||
[<a href="?tag=<!--#echo var=tag -->&group=_index">gruppi</a>]
|
||||
<!--#endif -->
|
||||
<!--#if expr="$pkg != '_index'" -->
|
||||
[<a href="?tag=<!--#echo var=tag -->&pkg=_index">pacchetti</a>]
|
||||
<!--#endif -->
|
||||
<!--#if expr="$maintainer != _index" -->
|
||||
[<a href="?tag=<!--#echo var=tag -->&maintainer=_index">manutentori</a>]
|
||||
<!--#endif -->
|
||||
[<a href="?tag=<!--#echo var=tag -->&changelog">modifiche</a>]
|
||||
<!--#endif -->
|
||||
<br>
|
||||
<br>Generato automaticamente da <a href="?tag=devel&pkg=distromatic">distromatic</a>.
|
||||
<br>
|
||||
</font>
|
||||
</td>
|
||||
</tr></table>
|
||||
<!--#include virtual="/footer.html" -->
|
126
wwwroot/distribution/download.en.html
Normal file
@ -0,0 +1,126 @@
|
||||
<!--#set var="title" value="Get openmamba" -->
|
||||
<!--#set var="description" value="openmamba GNU/Linux distribution download page." -->
|
||||
<!--#set var="keywords" value="about,faq,contact,information" -->
|
||||
<!--#set var="slogan" value="GNU/Linux distribution" -->
|
||||
<!--#include virtual="/header.html" -->
|
||||
<!--#include virtual="/scripts/download.en.inc.js" -->
|
||||
|
||||
<table width="100%"><tr><td>
|
||||
<br>
|
||||
<tr><td valign="middle">
|
||||
<table align="center"><tr>
|
||||
<td><img src="/images/download.png" alt="get openmamba"></td>
|
||||
<td class="toptitle">get openmamba</td>
|
||||
</tr></table>
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
<br>
|
||||
<p><b><font color="green">open</font>mamba</b> is available for CD/DVD,pen drives and other storage media.
|
||||
<p>All live versions provide a tool for installing openmamba on a fixed disk.
|
||||
Please, see the <a href="/distribution/install.html">installation</a> page for more information.
|
||||
|
||||
<p><b>Note:</b> openmamba media are automatically generated as weekly snapshots of the
|
||||
<a href="/pub/openmamba/distromatic/index.html?tag=devel">devel</a> repository.
|
||||
In case of problems with the latest release it is possible to download
|
||||
a previous one using the "Other releases" link. Reports of the problem to the
|
||||
development <a href="/community">community</a> are welcome.
|
||||
<br><br>
|
||||
|
||||
<table width="700" class="info"><tr><td>
|
||||
<h2>openmamba livecd</h2>
|
||||
<p>A live version of the openmamba GNU/Linux system that can be immediately used without installation.
|
||||
<p><b>You can use it to install the system on hard disk.</b>
|
||||
<p>Stable release:
|
||||
<!--#include virtual="/pub/openmamba/milestone1/media/livecd/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/milestone1/media/livecd/index.inc.en.html" -->
|
||||
<br>
|
||||
<p>Prerelease:
|
||||
<!--#include virtual="/pub/openmamba/milestone2/media/livecd/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/milestone2/media/livecd/index.inc.en.pre.html" -->
|
||||
<br>
|
||||
<p>Weekly snapshot:
|
||||
<!--#include virtual="/pub/openmamba/devel/media/livecd/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/devel/media/livecd/index.inc.en.html" -->
|
||||
</td></tr></table><br>
|
||||
|
||||
<table width=700 class="info"><tr><td>
|
||||
<h2>openmamba livedvd</h2>
|
||||
<p>A live version of the openmamba GNU/Linux system with an archive of all packages needed for a full system installation.
|
||||
<p><b>It can be used for a fast installation of openmamba on
|
||||
a fixed disk even when an internet connection is not available.</b>
|
||||
<!--<p>Stable release:
|
||||
<!-- #include virtual="/pub/openmamba/milestone1/media/livedvd/downloads.inc" -- >
|
||||
<!-- #include virtual="/pub/openmamba/milestone1/media/livedvd/index.inc.en.html" -- >-->
|
||||
<br>
|
||||
<p>Pre-release:
|
||||
<!--#include virtual="/pub/openmamba/milestone2/media/livedvd/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/milestone2/media/livedvd/index.inc.en.pre.html" -->
|
||||
<br>
|
||||
<p>Weekly snapshot:
|
||||
<!--#include virtual="/pub/openmamba/devel/media/livedvd/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/devel/media/livedvd/index.inc.en.html" -->
|
||||
</td></tr></table><br>
|
||||
|
||||
<table width="700" class="info"><tr><td>
|
||||
<h2>openmamba livestudio</h2>
|
||||
<p>A live version of the openmamba GNU/Linux system that provides a collection of
|
||||
programs for creative productivity and can be immediately used without installation.
|
||||
<p><b>You can use it to install the system on hard disk.</b>
|
||||
<p>Stable release:
|
||||
<!--#include virtual="/pub/openmamba/milestone1/media/livestudio/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/milestone1/media/livestudio/index.inc.en.html" -->
|
||||
<br>
|
||||
</td></tr></table><br>
|
||||
|
||||
<table width="700" class="info"><tr><td>
|
||||
<h2>openmamba livegames</h2>
|
||||
<p>A live version of the openmamba GNU/Linux system that provides a collection of games and can be immediately used without installation.
|
||||
<p><b>You can use it to install the system on hard disk.</b>
|
||||
<p>Pre-release:
|
||||
<!--#include virtual="/pub/openmamba/milestone2/media/livegames/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/milestone2/media/livegames/index.inc.en.pre.html" -->
|
||||
<br>
|
||||
<p>Weekly snapshot:
|
||||
<!--#include virtual="/pub/openmamba/devel/media/livegames/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/devel/media/livegames/index.inc.en.html" -->
|
||||
</td></tr></table><br>
|
||||
|
||||
<table width="700" class="info"><tr><td>
|
||||
<h2>openmamba bootusb</h2>
|
||||
<p>Can be used to start an openmamba ISO image from a USB storage flash device allowing live system execution and
|
||||
installation on computers that don't have a CD/DVD-ROM reader.
|
||||
<p>Stable release:
|
||||
<!--#include virtual="/pub/openmamba/milestone1/media/bootusb/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/milestone1/media/bootusb/index.inc.en.html" -->
|
||||
<br>
|
||||
<p>Prerelease:
|
||||
<!--#include virtual="/pub/openmamba/milestone1/media/bootusb/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/milestone1/media/bootusb/index.inc.en.pre.html" -->
|
||||
<br>
|
||||
<p>Weekly snapshot:
|
||||
<!--#include virtual="/pub/openmamba/devel/media/bootusb/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/devel/media/bootusb/index.inc.en.html" -->
|
||||
</td></tr></table><br>
|
||||
|
||||
<table width="700" class="info"><tr><td>
|
||||
<h2>openmamba flash-1GB</h2>
|
||||
<p>A live version of the openmamba GNU/Linux system that can be easily installed on a
|
||||
flash storage device and run on any computer that can boot from such USB devices.
|
||||
|
||||
<p>Weekly snapshot:
|
||||
<!--#include virtual="/pub/openmamba/devel/media/flash-1GB/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/devel/media/flash-1GB/index.inc.en.html" -->
|
||||
</td></tr></table><br>
|
||||
|
||||
<table width="700" class="info"><tr><td>
|
||||
<h2>openmamba bootcd</h2>
|
||||
<p>A bootable CD that can be used to boot openmamba flash-1GB on any PC.
|
||||
|
||||
<p>Weekly snapshot:
|
||||
<!--#include virtual="/pub/openmamba/devel/media/bootcd/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/devel/media/bootcd/index.inc.en.html" -->
|
||||
</td></tr></table><br>
|
||||
|
||||
</td></tr>
|
||||
</table>
|
||||
<!--#include virtual="/footer.html" -->
|
4
wwwroot/distribution/download.html
Normal file
@ -0,0 +1,4 @@
|
||||
<!--#if expr="$QUERY_STRING = /lang=([a-zA-Z0-9\-+_\.]+)/" --><!--#set var="lang" value="$1" --><!--#endif -->
|
||||
<!--#if expr=$lang --><!--#else --><!--#if expr="$HTTP_ACCEPT_LANGUAGE = /([a-zA-Z0-9]+)/" --><!--#set var="lang" value="$1" --><!--#endif --><!--#endif -->
|
||||
<!--#if expr="${lang} != it" --><!--#set var="lang" value="en" --><!--#endif -->
|
||||
<!--#include virtual="download.${lang}.html" -->
|
126
wwwroot/distribution/download.it.html
Normal file
@ -0,0 +1,126 @@
|
||||
<!--#set var="title" value="Scarica openmamba" -->
|
||||
<!--#set var="description" value="Pagina di download dei supporti del sistema GNU/Linux openmamba." -->
|
||||
<!--#set var="keywords" value="about,faq,contact,information" -->
|
||||
<!--#set var="slogan" value="Distribuzione GNU/Linux" -->
|
||||
<!--#include virtual="/header.html" -->
|
||||
<!--#include virtual="/scripts/download.it.inc.js" -->
|
||||
|
||||
<table width="100%"><tr><td>
|
||||
<br>
|
||||
<tr><td valign="middle">
|
||||
<table align="center"><tr>
|
||||
<td><img src="/images/download.png" alt="scarica openmamba"></td>
|
||||
<td class="toptitle">scarica openmamba</td>
|
||||
</tr></table>
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
<br>
|
||||
<p><b><font color="green">open</font>mamba</b> è disponibile per supporti CD/DVD, chiavette USB e altri dispositivi di memorizzazione.
|
||||
<p>Tutte le versioni live includono il programma per l'installazione del sistema su disco fisso.
|
||||
Per maggiori informazioni a riguardo si veda la pagina di <a href="/distribution/install.html">installazione</a>.
|
||||
|
||||
<p>Nota: i supporti di openmamba vengono generati automaticamente come fotografie (snapshots) settimanali
|
||||
del repository <a href="/pub/openmamba/distromatic/index.html?tag=devel">devel</a>.
|
||||
In caso di problemi con le ultime versioni è possibile scaricare le
|
||||
precedenti utilizzando il link "Altre versioni". Inoltre si consiglia di effettuare una
|
||||
segnalazione del problema alla <a href="/community">community</a> di sviluppo.
|
||||
<br><br>
|
||||
|
||||
<table width="700" class="info"><tr><td>
|
||||
<h2>openmamba livecd</h2>
|
||||
<p>Una versione live del sistema GNU/Linux openmamba utilizzabile immediatamente senza installazione.
|
||||
<p><b>Può essere usato per l'installazione del sistema openmamba su disco fisso.</b>
|
||||
<p>Versione stabile:
|
||||
<!--#include virtual="/pub/openmamba/milestone1/media/livecd/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/milestone1/media/livecd/index.inc.it.html" -->
|
||||
<br>
|
||||
<p>Versione pre-release:
|
||||
<!--#include virtual="/pub/openmamba/milestone2/media/livecd/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/milestone2/media/livecd/index.inc.it.pre.html" -->
|
||||
<br>
|
||||
<p>Snapshot settimanale:
|
||||
<!--#include virtual="/pub/openmamba/devel/media/livecd/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/devel/media/livecd/index.inc.it.html" -->
|
||||
</td></tr></table><br>
|
||||
|
||||
<table width=700 class="info"><tr><td>
|
||||
<h2>openmamba livedvd</h2>
|
||||
<p>Una versione live del sistema GNU/Linux openmamba utilizzabile immediatamente senza installazione.
|
||||
<p><b>Può essere usato per l'installazione del sistema openmamba su disco fisso in modo rapido ed anche se
|
||||
non è disponibile una connessione ad internet.</b>
|
||||
<!--<p>Versione stabile:
|
||||
< !--#include virtual="/pub/openmamba/milestone2/media/livedvd/downloads.inc" -- >
|
||||
< !--#include virtual="/pub/openmamba/milestone2/media/livedvd/index.inc.it.html" -->
|
||||
<br>
|
||||
<p>Versione pre-release:
|
||||
<!--#include virtual="/pub/openmamba/milestone2/media/livedvd/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/milestone2/media/livedvd/index.inc.it.pre.html" -->
|
||||
<br>
|
||||
<p>Snapshot settimanale:
|
||||
<!--#include virtual="/pub/openmamba/devel/media/livedvd/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/devel/media/livedvd/index.inc.it.html" -->
|
||||
</td></tr></table><br>
|
||||
|
||||
<table width="700" class="info"><tr><td>
|
||||
<h2>openmamba livestudio</h2>
|
||||
<p>Una versione live del sistema GNU/Linux openmamba che contiene una raccolta di programmi
|
||||
per la produttività creativa ed è utilizzabile immediatamente senza installazione.
|
||||
<p><b>Può essere usato per l'installazione del sistema openmamba su disco fisso.</b>
|
||||
<p>Versione stabile:
|
||||
<!--#include virtual="/pub/openmamba/milestone1/media/livestudio/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/milestone1/media/livestudio/index.inc.it.html" -->
|
||||
<br>
|
||||
</td></tr></table><br>
|
||||
|
||||
<table width="700" class="info"><tr><td>
|
||||
<h2>openmamba livegames</h2>
|
||||
<p>Una versione live del sistema GNU/Linux openmamba che contiene una raccolta di giochi ed è utilizzabile immediatamente senza installazione.
|
||||
<p><b>Può essere usato per l'installazione del sistema openmamba su disco fisso.</b>
|
||||
<p>Versione pre-release:
|
||||
<!--#include virtual="/pub/openmamba/milestone2/media/livegames/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/milestone2/media/livegames/index.inc.it.pre.html" -->
|
||||
<br>
|
||||
<p>Snapshot settimanale:
|
||||
<!--#include virtual="/pub/openmamba/devel/media/livegames/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/devel/media/livegames/index.inc.it.html" -->
|
||||
</td></tr></table><br>
|
||||
|
||||
<table width="700" class="info"><tr><td>
|
||||
<h2>openmamba bootusb</h2>
|
||||
<p>Permette di avviare un'immagine ISO di openmamba da un supporto storage Flash USB consentendo l'avvio live
|
||||
e l'installazione di openmamba su computer che non dispongono di lettore CD/DVD-ROM.
|
||||
<p>Versione stabile:
|
||||
<!--#include virtual="/pub/openmamba/milestone1/media/bootusb/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/milestone1/media/bootusb/index.inc.it.html" -->
|
||||
<br>
|
||||
<p>Versione pre-release:
|
||||
<!--#include virtual="/pub/openmamba/milestone2/media/bootusb/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/milestone2/media/bootusb/index.inc.it.pre.html" -->
|
||||
<br>
|
||||
<p>Snapshot settimanale:
|
||||
<!--#include virtual="/pub/openmamba/devel/media/bootusb/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/devel/media/bootusb/index.inc.it.html" -->
|
||||
</td></tr></table><br>
|
||||
|
||||
<table width="700" class="info"><tr><td>
|
||||
<h2>openmamba flash-1GB</h2>
|
||||
<p>Una versione live del sistema GNU/Linux openmamba che può essere facilmente
|
||||
installato su un dispositivo storage flash ed eseguito su un computer in grado di effettuare l'avvio da questo tipo di dispositivi.
|
||||
|
||||
<p>Snapshot settimanale:
|
||||
<!--#include virtual="/pub/openmamba/devel/media/flash-1GB/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/devel/media/flash-1GB/index.inc.it.html" -->
|
||||
</td></tr></table><br>
|
||||
|
||||
<table width="700" class="info"><tr><td>
|
||||
<h2>openmamba bootcd</h2>
|
||||
<p>Un CD avviabile che permette di utilizzare openmamba Flash-1GB su qualunque PC.
|
||||
|
||||
<p>Snapshot settimanale:
|
||||
<!--#include virtual="/pub/openmamba/devel/media/bootcd/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/devel/media/bootcd/index.inc.it.html" -->
|
||||
</td></tr></table><br>
|
||||
|
||||
</td></tr>
|
||||
</table>
|
||||
<!--#include virtual="/footer.html" -->
|
68
wwwroot/distribution/git.it.html
Normal file
@ -0,0 +1,68 @@
|
||||
<!--#set var="title" value="Distribuzione GNU/Linux" -->
|
||||
<!--#set var="description" value="La distribuzione GNU/Linux openmamba." -->
|
||||
<!--#set var="keywords" value="distro,distribuzione,open,mamba,installazione,scaricamento,download,sviluppo" -->
|
||||
<!--#set var="slogan" value="GNU/Linux pronto per l'uso" -->
|
||||
<!--#include virtual="/header.html" -->
|
||||
<!--#set var="anim_num" value="18" -->
|
||||
<!--#set var="anim_path" value="/images/anim1/a" -->
|
||||
<!--#include virtual="/scripts/slideshow.html.inc" -->
|
||||
<table width="100%"><tr><td>
|
||||
<tr><td valign="middle">
|
||||
<table align="center"><tr>
|
||||
<td><img src="/images/distribution-openmamba-64x64-gr.jpg" alt="distribuzione GNU/Linux openmamba"></td>
|
||||
<td class="toptitle">Distribuzione GNU/Linux</td>
|
||||
</tr></table>
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
<table><tr><td>
|
||||
<p>La distribuzione GNU/Linux <b><font color=green>open</font>mamba</b> è un sistema Open Source con le seguenti
|
||||
caratteristiche:
|
||||
<ul>
|
||||
<li>supporta piattaforme PC (Intel i686 e compatibili)
|
||||
<li>è utilizzabile su computer portatili, desktop e server
|
||||
<li>è stabile, affidabile, veloce e facile da usare
|
||||
<li>supporta applicazioni multimediali, per l'ufficio, giochi e molto altro
|
||||
<li>può essere scaricato, installato ed usato gratuitamente e liberamente
|
||||
<li>ognuno può contribuire allo sviluppo entrando a far parte della <a href="http://www.openmamba.org/community">community openmamba</a>.
|
||||
</ul>
|
||||
<p>
|
||||
<table align="center" class="iconmenu"><tr><td align="center">
|
||||
<a href="/info.html" title="informazioni su openmamba"><img src="/images/info_gr.png" with="54" alt="informazioni su openmamba"></a>
|
||||
</td><td width=100></td><td align="center">
|
||||
<a href="download.html" title="scarica openmamba"><img src="/images/download.png" with="54" alt="scarica openmamba"></a>
|
||||
</td><td width=100></td><td align="center">
|
||||
<a href="install.html" title="installa openmamba"><img src="/images/media_gr.png" alt="installazione"></a>
|
||||
</td><td width=100></td><td align="center">
|
||||
<a href="milestone1.html" title="pacchetti software di openmamba"><img src="/images/system_gr.png" alt="usa"></a>
|
||||
</td><td width=100></td><td align="center">
|
||||
<a href="http://bugs.openmamba.org" title="Segnala e risolvi le anomalie (bugs) di openmamba"><img src="/images/bugs-54x54_gr.png" alt="bug tracking"></a>
|
||||
</td><td width=100></td><td align="center">
|
||||
<a href="development.html" title="Sviluppa openmamba"><img src="/images/packages_gr.png" alt="sviluppo"></a>
|
||||
</td></tr>
|
||||
<tr><td align="center">
|
||||
<a href="/info.html">leggi</a>
|
||||
</td><td></td><td align="center">
|
||||
<a href="download.html">scarica</a>
|
||||
</td><td></td><td align="center">
|
||||
<a href="install.html">installa</a>
|
||||
</td><td></td><td align="center">
|
||||
<a href="milestone1.html">usa</a>
|
||||
</td><td></td><td align="center">
|
||||
<a href="http://bugs.openmamba.org">aggiusta</a>
|
||||
</td><td></td><td align="center">
|
||||
<a href="development.html">sviluppa</a>
|
||||
</td></tr></table>
|
||||
<br>
|
||||
Per entrare in contatto con gli altri sviluppatori sono disponibili i seguenti canali:
|
||||
<ul>
|
||||
<li><a href="http://forum.openmamba.org">forum (via web)</a>
|
||||
<li><a href="/lists">liste di discussione (via e-mail)</a>
|
||||
<li><a href="http://bugs.openmamba.org">sito di bug tracking</a>
|
||||
</ul>
|
||||
</td><td>
|
||||
<div class="header" align=right>
|
||||
<img align="right" src="/images/anim1/a1.jpg" name="anim_img" width="400" height="300">
|
||||
</td></tr></table>
|
||||
|
||||
</table>
|
||||
<!--#include virtual="/footer.html" -->
|
67
wwwroot/distribution/index.en.html
Normal file
@ -0,0 +1,67 @@
|
||||
<!--#set var="title" value="GNU/Linux distribution" -->
|
||||
<!--#set var="description" value="The openmamba GNU/Linux distribution." -->
|
||||
<!--#set var="keywords" value="distro,distribution,open,mamba,about,faq,contact,information" -->
|
||||
<!--#set var="slogan" value="Ready to use GNU/Linux" -->
|
||||
<!--#include virtual="/header.html" -->
|
||||
<!--#set var="anim_num" value="18" -->
|
||||
<!--#set var="anim_path" value="/images/anim1/a" -->
|
||||
<!--#include virtual="/scripts/slideshow.html.inc" -->
|
||||
<table width="100%"><tr><td>
|
||||
<tr><td valign="middle">
|
||||
<table align="center"><tr>
|
||||
<td><img src="/images/distribution-openmamba-64x64-gr.jpg" alt="openmamba GNU/Linux distribution"></td>
|
||||
<td class="toptitle">GNU/Linux distribution</td>
|
||||
</tr></table>
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
<div class="header">
|
||||
<img style="margin:10px;" align="right" src="/images/anim1/a1.jpg" name="anim_img" width="400" height="300">
|
||||
</div>
|
||||
|
||||
<p>The <b><font color=green>open</font>mamba</b> GNU/Linux distribution is an Open Source GNU/Linux system with the following features:
|
||||
<ul>
|
||||
<li>PC (Intel i686 and compatible) platforms currently supported
|
||||
<li>it is suitable for notebooks, desktop and servers
|
||||
<li>it is stable, reliable, fast and easy to use
|
||||
<li>has support for multimedia, office, gaming and much more
|
||||
<li>it can be downloaded, installed and used for free
|
||||
<li>anybody can contribute to the development by joining the <a href="http://www.openmamba.org/community">openmamba community</a>.
|
||||
</ul>
|
||||
<p>
|
||||
<table align="center" class="iconmenu"><tr><td align="center">
|
||||
<a href="/info.html" title="information on openmamba"><img src="/images/info_gr.png" with="54" alt="information su openmamba"></a>
|
||||
</td><td width=100></td><td align="center">
|
||||
<a href="download.html" title="get openmamba"><img src="/images/download.png" with="54" alt="get openmamba"></a>
|
||||
</td><td width=100></td><td align="center">
|
||||
<a href="install.html" title="openmamba installation"><img src="/images/media_gr.png" alt="install"></a>
|
||||
</td><td width=100></td><td align="center">
|
||||
<a href="milestone1.html" title="openmamba software packages"><img src="/images/system_gr.png" alt="use"></a>
|
||||
</td><td width=100></td><td align="center">
|
||||
<a href="http://bugs.openmamba.org" title="Notify and fix openmamba bugs"><img src="/images/bugs-54x54_gr.png" alt="bug tracking"></a>
|
||||
</td><td width=100></td><td align="center">
|
||||
<a href="development.html" title="openmamba development area"><img src="/images/packages_gr.png" alt="development"></a>
|
||||
</td></tr>
|
||||
<tr><td align="center">
|
||||
<a href="/info.html">read</a>
|
||||
</td><td></td><td align="center">
|
||||
<a href="download.html">get</a>
|
||||
</td><td></td><td align="center">
|
||||
<a href="install.html">install</a>
|
||||
</td><td></td><td align="center">
|
||||
<a href="milestone1.html">use</a>
|
||||
</td><td></td><td align="center">
|
||||
<a href="http://bugs.openmamba.org">fix</a>
|
||||
</td><td></td><td align="center">
|
||||
<a href="development.html">develop</a>
|
||||
</td></tr></table>
|
||||
<br>
|
||||
The following channels are available if you want to communicate with the other developers:
|
||||
<ul>
|
||||
<li><a href="http://forum.openmamba.org">forum</a>
|
||||
<li><a href="/lists">mailing lists</a>
|
||||
<li><a href="http://bugs.openmamba.org">bug tracking site</a>
|
||||
|
||||
</ul>
|
||||
</td></tr>
|
||||
</table>
|
||||
<!--#include virtual="/footer.html" -->
|
4
wwwroot/distribution/index.html
Normal file
@ -0,0 +1,4 @@
|
||||
<!--#if expr="$QUERY_STRING = /lang=([a-zA-Z0-9\-+_\.]+)/" --><!--#set var="lang" value="$1" --><!--#endif -->
|
||||
<!--#if expr=$lang --><!--#else --><!--#if expr="$HTTP_ACCEPT_LANGUAGE = /([a-zA-Z0-9]+)/" --><!--#set var="lang" value="$1" --><!--#endif --><!--#endif -->
|
||||
<!--#if expr="${lang} != it" --><!--#set var="lang" value="en" --><!--#endif -->
|
||||
<!--#include virtual="index.${lang}.html" -->
|
69
wwwroot/distribution/index.it.html
Normal file
@ -0,0 +1,69 @@
|
||||
<!--#set var="title" value="Distribuzione GNU/Linux" -->
|
||||
<!--#set var="description" value="La distribuzione GNU/Linux openmamba." -->
|
||||
<!--#set var="keywords" value="distro,distribuzione,open,mamba,installazione,scaricamento,download,sviluppo" -->
|
||||
<!--#set var="slogan" value="GNU/Linux pronto per l'uso" -->
|
||||
<!--#include virtual="/header.html" -->
|
||||
<!--#set var="anim_num" value="18" -->
|
||||
<!--#set var="anim_path" value="/images/anim1/a" -->
|
||||
<!--#include virtual="/scripts/slideshow.html.inc" -->
|
||||
<table width="100%"><tr><td>
|
||||
<tr><td valign="middle">
|
||||
<table align="center"><tr>
|
||||
<td><img src="/images/distribution-openmamba-64x64-gr.jpg" alt="distribuzione GNU/Linux openmamba"></td>
|
||||
<td class="toptitle">Distribuzione GNU/Linux</td>
|
||||
</tr></table>
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
<table><tr><td>
|
||||
<p>La distribuzione GNU/Linux <b><font color=green>open</font>mamba</b> è un sistema Open Source con le seguenti
|
||||
caratteristiche:
|
||||
<ul>
|
||||
<li>supporta piattaforme PC (Intel i686 e compatibili)
|
||||
<li>è utilizzabile su computer portatili, desktop e server
|
||||
<li>è stabile, affidabile, veloce e facile da usare
|
||||
<li>supporta applicazioni multimediali, per l'ufficio, giochi e molto altro
|
||||
<li>può essere scaricato, installato ed usato gratuitamente e liberamente
|
||||
<li>ognuno può contribuire allo sviluppo entrando a far parte della <a href="http://www.openmamba.org/community">community openmamba</a>.
|
||||
</ul>
|
||||
<p>
|
||||
<table align="center" class="iconmenu"><tr><td align="center">
|
||||
<a href="/info.html" title="informazioni su openmamba"><img src="/images/info_gr.png" with="54" alt="informazioni su openmamba"></a>
|
||||
</td><td width=100></td><td align="center">
|
||||
<a href="download.html" title="scarica openmamba"><img src="/images/download.png" with="54" alt="scarica openmamba"></a>
|
||||
</td><td width=100></td><td align="center">
|
||||
<a href="install.html" title="installa openmamba"><img src="/images/media_gr.png" alt="installazione"></a>
|
||||
</td><td width=100></td><td align="center">
|
||||
<a href="milestone1.html" title="pacchetti software di openmamba"><img src="/images/system_gr.png" alt="usa"></a>
|
||||
</td><td width=100></td><td align="center">
|
||||
<a href="http://bugs.openmamba.org" title="Segnala e risolvi le anomalie (bugs) di openmamba"><img src="/images/bugs-54x54_gr.png" alt="bug tracking"></a>
|
||||
</td><td width=100></td><td align="center">
|
||||
<a href="development.html" title="Sviluppa openmamba"><img src="/images/packages_gr.png" alt="sviluppo"></a>
|
||||
</td></tr>
|
||||
<tr><td align="center">
|
||||
<a href="/info.html">leggi</a>
|
||||
</td><td></td><td align="center">
|
||||
<a href="download.html">scarica</a>
|
||||
</td><td></td><td align="center">
|
||||
<a href="install.html">installa</a>
|
||||
</td><td></td><td align="center">
|
||||
<a href="milestone1.html">usa</a>
|
||||
</td><td></td><td align="center">
|
||||
<a href="http://bugs.openmamba.org">aggiusta</a>
|
||||
</td><td></td><td align="center">
|
||||
<a href="development.html">sviluppa</a>
|
||||
</td></tr></table>
|
||||
<br>
|
||||
Per entrare in contatto con gli altri sviluppatori sono disponibili i seguenti canali:
|
||||
<ul>
|
||||
<li><a href="http://forum.openmamba.org">forum (via web)</a>
|
||||
<li><a href="/lists">liste di discussione (via e-mail)</a>
|
||||
<li><a href="http://bugs.openmamba.org">sito di bug tracking</a>
|
||||
</ul>
|
||||
</td><td>
|
||||
<div class="header" align=right>
|
||||
<img align="right" src="/images/anim1/a1.jpg" name="anim_img" width="400" height="300">
|
||||
</td></tr></table>
|
||||
|
||||
</td></tr>
|
||||
</table>
|
||||
<!--#include virtual="/footer.html" -->
|
49
wwwroot/distribution/install.en.html
Normal file
@ -0,0 +1,49 @@
|
||||
<!--#set var="title" value="Installation" -->
|
||||
<!--#set var="description" value="Informtion on the openmamba GNU/Linux development project." -->
|
||||
<!--#set var="keywords" value="about,faq,contact,information" -->
|
||||
<!--#include virtual="/header.html" -->
|
||||
<table width="100%"><tr><td>
|
||||
<br>
|
||||
<tr><td valign="middle">
|
||||
<table align="center"><tr>
|
||||
<td><img src="/images/media_gr.png" alt="supporti di installazione"></td>
|
||||
<td class="toptitle">openmamba installation</td>
|
||||
</tr></table>
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
|
||||
<br>
|
||||
<h2>Installation from livecd</h2>
|
||||
<p>openmamba installation is performed through the installer program
|
||||
distributed in the <a href="/distribution/media/livecd.html">livecd</a>.
|
||||
Once you have started the computer from livecd, click on the <b>openmamba installer</b>
|
||||
icon.
|
||||
<p>The installation procedure will let you install the system through an interface organazied in the following simple steps:<br>
|
||||
<table align="center" cellspacing=10 valign="bottom"><tr align="center" valign="bottom">
|
||||
<td><a href="/distribution/screenshots/openmamba-install_en_1.png" target="_install"><img src="/distribution/screenshots/openmamba-install_en_1t.png"></a><br>1. Introduction</td>
|
||||
<td><a href="/distribution/screenshots/openmamba-install_en_2.png" target="_install"><img src="/distribution/screenshots/openmamba-install_en_2t.png"></a><br>2. Disk choice</td>
|
||||
<td><a href="/distribution/screenshots/openmamba-install_en_3.png" target="_install"><img src="/distribution/screenshots/openmamba-install_en_3t.png"></a><br>3. Partitioning tool</td>
|
||||
</tr><tr align="center" valign="bottom">
|
||||
<td><a href="/distribution/screenshots/openmamba-install_en_4.png" target="_install"><img src="/distribution/screenshots/openmamba-install_en_4t.png"></a><br>4. User details dialog</td>
|
||||
<td><a href="/distribution/screenshots/openmamba-install_en_5.png" target="_install"><img src="/distribution/screenshots/openmamba-install_en_5t.png"></a><br>5. System details dialog</td>
|
||||
<td><a href="/distribution/screenshots/openmamba-install_en_6.png" target="_install"><img src="/distribution/screenshots/openmamba-install_en_6t.png"></a><br>6. Confirm before formatting</td>
|
||||
</tr><tr align="center" valign="bottom">
|
||||
<td><a href="/distribution/screenshots/openmamba-install_en_7.png" target="_install"><img src="/distribution/screenshots/openmamba-install_en_7t.png"></a><br>7. Installation in progress</td>
|
||||
<td><a href="/distribution/screenshots/openmamba-install_en_8.png" target="_install"><img src="/distribution/screenshots/openmamba-install_en_8t.png"></a><br>8. Installation completed</td>
|
||||
<td><a href="/distribution/screenshots/openmamba-install_en_9.png" target="_install"><img src="/distribution/screenshots/openmamba-install_en_9t.png"></a><br>9. Installation log and reboot</td>
|
||||
</td></tr></table>
|
||||
<br>
|
||||
<br>
|
||||
<h2>"Live" media</h2>
|
||||
<p>With the <a href="/distribution/media/livecd.html">livecd</a> and <a href="/distribution/media/flash-1GB.html">flash-1GB</a>
|
||||
"live" media you can both have a demonstration and fully use the GNU/Linux openmamba system without
|
||||
the need to install it on a fixed disk. These media can be downloaded from the
|
||||
<a href="/distribution/download.html">download</a> page.
|
||||
<br>
|
||||
<h2>Upgrade from QiLinux 2.0 <i>(obsolete)</i></h2>
|
||||
<p>This procedure is not supported any longer. Please, follow the installation instruction
|
||||
from <a href="/distribution/media/livecd.html">livecd</a> instead.
|
||||
<br><br>
|
||||
</td></tr>
|
||||
</table>
|
||||
<!--#include virtual="/footer.html" -->
|
4
wwwroot/distribution/install.html
Normal file
@ -0,0 +1,4 @@
|
||||
<!--#if expr="$QUERY_STRING = /lang=([a-zA-Z0-9\-+_\.]+)/" --><!--#set var="lang" value="$1" --><!--#endif -->
|
||||
<!--#if expr=$lang --><!--#else --><!--#if expr="$HTTP_ACCEPT_LANGUAGE = /([a-zA-Z0-9]+)/" --><!--#set var="lang" value="$1" --><!--#endif --><!--#endif -->
|
||||
<!--#if expr="${lang} != it" --><!--#set var="lang" value="en" --><!--#endif -->
|
||||
<!--#include virtual="install.${lang}.html" -->
|
46
wwwroot/distribution/install.it.html
Normal file
@ -0,0 +1,46 @@
|
||||
<!--#set var="title" value="Installazione" -->
|
||||
<!--#set var="description" value="Informazioni sul progetto di sviluppo GNU/Linux openmamba." -->
|
||||
<!--#set var="keywords" value="about,faq,contact,information" -->
|
||||
<!--#include virtual="/header.html" -->
|
||||
<table width="100%"><tr><td>
|
||||
<br>
|
||||
<tr><td valign="middle">
|
||||
<table align="center"><tr>
|
||||
<td><img src="/images/media_gr.png" alt="supporti di installazione"></td>
|
||||
<td class="toptitle">installazione di openmamba</td>
|
||||
</tr></table>
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
<br>
|
||||
<h2><b>Installazione da livecd</b></h2>
|
||||
<p>L'installazione di openmamba avviene utilizzando l'apposito programma
|
||||
presente sul <a href="/distribution/media/livecd.html">livecd</a>. Una volta avviato il computer da livecd fare click sull'icona denominata <b>openmamba installer</b>.
|
||||
<p>Si avvierà un'interfaccia grafica di installazione che prevede i seguenti passaggi:<br>
|
||||
<table align="center" cellspacing=10 valign="bottom"><tr align="center" valign="bottom">
|
||||
<td><a href="/distribution/screenshots/openmamba-install_it_1.png" target="_install"><img src="/distribution/screenshots/openmamba-install_it_1t.png"></a><br>1. Introduzione</td>
|
||||
<td><a href="/distribution/screenshots/openmamba-install_it_2.png" target="_install"><img src="/distribution/screenshots/openmamba-install_it_2t.png"></a><br>2. Scelta del disco</td>
|
||||
<td><a href="/distribution/screenshots/openmamba-install_it_3.png" target="_install"><img src="/distribution/screenshots/openmamba-install_it_3t.png"></a><br>3. Programma di partizionamento</td>
|
||||
</tr><tr align="center" valign="bottom">
|
||||
<td><a href="/distribution/screenshots/openmamba-install_it_4.png" target="_install"><img src="/distribution/screenshots/openmamba-install_it_4t.png"></a><br>4. Inserimento informazioni sull'utente</td>
|
||||
<td><a href="/distribution/screenshots/openmamba-install_it_5.png" target="_install"><img src="/distribution/screenshots/openmamba-install_it_5t.png"></a><br>5. Inserimento informazioni sul computer</td>
|
||||
<td><a href="/distribution/screenshots/openmamba-install_it_6.png" target="_install"><img src="/distribution/screenshots/openmamba-install_it_6t.png"></a><br>6. Conferma per la formattazione</td>
|
||||
</tr><tr align="center" valign="bottom">
|
||||
<td><a href="/distribution/screenshots/openmamba-install_it_7.png" target="_install"><img src="/distribution/screenshots/openmamba-install_it_7t.png"></a><br>7. Installazione in corso</td>
|
||||
<td><a href="/distribution/screenshots/openmamba-install_it_8.png" target="_install"><img src="/distribution/screenshots/openmamba-install_it_8t.png"></a><br>8. Installazione completata</td>
|
||||
<td><a href="/distribution/screenshots/openmamba-install_it_9.png" target="_install"><img src="/distribution/screenshots/openmamba-install_it_9t.png"></a><br>9. Log degli errori e riavvio</td>
|
||||
</td></tr></table>
|
||||
<br>
|
||||
<br>
|
||||
<h2>Supporti "live"</h2>
|
||||
<p>
|
||||
Con i supporti <a href="/distribution/media/livecd.html">livecd</a> e <a href="/distribution/media/flash-1GB.html">flash-1GB</a>
|
||||
è possibile sia avere una dimostrazione che utilizzare a tutti gli effetti il sistema
|
||||
GNU/Linux openmamba senza effettuare l'installazione su disco fisso. Questi supporti possono essere scaricati dalla pagina di
|
||||
<a href="/distribution/download.html">download</a>.<br><br>
|
||||
<h2>Aggiornamento da QiLinux 2.0</b> <i>(obsoleta)</i></h2>
|
||||
<p>Questa procedura non è più supportata, seguire le istruzioni per l'installazione
|
||||
dal <a href="/distribution/media/livecd.html">livecd</a> di openmamba.
|
||||
<br><br>
|
||||
</td></tr>
|
||||
</table>
|
||||
<!--#include virtual="/footer.html" -->
|
4
wwwroot/distribution/latest.html
Normal file
@ -0,0 +1,4 @@
|
||||
<!--#if expr="$QUERY_STRING = /lang=([a-zA-Z0-9\-+_\.]+)/" --><!--#set var="lang" value="$1" --><!--#endif -->
|
||||
<!--#if expr=$lang --><!--#else --><!--#if expr="$HTTP_ACCEPT_LANGUAGE = /([a-zA-Z0-9]+)/" --><!--#set var="lang" value="$1" --><!--#endif --><!--#endif -->
|
||||
<!--#if expr="${lang} != it" --><!--#set var="lang" value="en" --><!--#endif -->
|
||||
<!--#include virtual="latest.${lang}.html" -->
|
26
wwwroot/distribution/latest.it.html
Normal file
@ -0,0 +1,26 @@
|
||||
<!--#set var="title" value="Ultime versioni disponibili dei pacchetti software" -->
|
||||
<!--#set var="description" value="Pagina delle ultime versioni disponibili dei pacchetti software di openmamba." -->
|
||||
<!--#set var="keywords" value="aggiornamenti,versioni" -->
|
||||
<!--#include virtual="/header.html" -->
|
||||
<!--#include virtual="/scripts/multicolumn.js" -->
|
||||
<div><!--#include virtual="/pub/openmamba/distromatic/devel/_popular.html" --></div>
|
||||
<script>$('div').makeacolumnlists({cols:2,colWidth:0,equalHeight:false,startN:1});</script>
|
||||
<table width="100%"><tr><td>
|
||||
<br>
|
||||
<tr><td valign="middle">
|
||||
<table align="center"><tr>
|
||||
<td><img src="/images/packages_gr.png" alt="packages"></td>
|
||||
<td class="toptitle">Ultime versioni disponibili</td>
|
||||
</tr></table>
|
||||
</td></tr>
|
||||
<tr><td style="column-width: 15em">
|
||||
Ultime versioni disponibili [<a href="/showfile.html?file=/pub/openmamba/devel/autoupdate/upstream-updates.missing">DA FARE</a>]
|
||||
(fonti: <a href="http://www.distrowatch.com/packages.php" target="_new">1</a>, <a href="http://people.gnome.org/~vuntz/tmp/versions/versions-stable" target="_new">2</a>):<br>
|
||||
<!--<div>-->
|
||||
<p>prova
|
||||
<p>prova2
|
||||
<!--</div>-->
|
||||
|
||||
</td></tr>
|
||||
</table>
|
||||
<!--#include virtual="/footer.html" -->
|
42
wwwroot/distribution/media/bootcd.en.html
Normal file
@ -0,0 +1,42 @@
|
||||
<!--#set var="title" value="bootcd" -->
|
||||
<!--#set var="description" value="Information on openmamba bootcd." -->
|
||||
<!--#set var="keywords" value="about,faq,contact,information" -->
|
||||
<!--#set var="slogan" value="GNU/Linux distribution" -->
|
||||
<!--#include virtual="/header.html" -->
|
||||
<!--#include virtual="/scripts/download.en.inc.js" -->
|
||||
|
||||
<table width="100%">
|
||||
<tr><td valign="middle" colspan=2>
|
||||
<br>
|
||||
<table align="center"><tr>
|
||||
<td><img src="/images/media_gr.png" alt="installation media"></td>
|
||||
<td class="toptitle">openmamba bootcd</td>
|
||||
</tr></table>
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
<br>
|
||||
<p><h2>What is this?</h2>
|
||||
<p>A small bootable CD-ROM image that can be used to boot
|
||||
openmamba <a href="flash-1GB.html">flash-1GB</a> on personal computers that can't
|
||||
boot from USB devices.
|
||||
<br>
|
||||
<br>
|
||||
</td><td width="0" valign=top>
|
||||
<!--#include virtual="/pub/openmamba/allmedias.inc.en.html" -->
|
||||
</td></tr><tr><td colspan=2>
|
||||
|
||||
<p><h2>Build info</h2>
|
||||
<p>
|
||||
<table width="80%" class=info><tr><td>
|
||||
<!--#include virtual="/pub/openmamba/devel/media/bootcd/en/buildinfo.inc.html" -->
|
||||
</td></tr></table>
|
||||
|
||||
<p><h2>Download</h2>
|
||||
<p><!--#include virtual="/pub/openmamba/devel/media/bootcd/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/devel/media/bootcd/index.inc.en.html" -->
|
||||
|
||||
<br>
|
||||
<br>
|
||||
</td></tr>
|
||||
</table>
|
||||
<!--#include virtual="/footer.html" -->
|
4
wwwroot/distribution/media/bootcd.html
Normal file
@ -0,0 +1,4 @@
|
||||
<!--#if expr="$QUERY_STRING = /lang=([a-zA-Z0-9\-+_\.]+)/" --><!--#set var="lang" value="$1" --><!--#endif -->
|
||||
<!--#if expr=$lang --><!--#else --><!--#if expr="$HTTP_ACCEPT_LANGUAGE = /([a-zA-Z0-9]+)/" --><!--#set var="lang" value="$1" --><!--#endif --><!--#endif -->
|
||||
<!--#if expr="${lang} != it" --><!--#set var="lang" value="en" --><!--#endif -->
|
||||
<!--#include virtual="bootcd.${lang}.html" -->
|
40
wwwroot/distribution/media/bootcd.it.html
Normal file
@ -0,0 +1,40 @@
|
||||
<!--#set var="title" value="bootcd" -->
|
||||
<!--#set var="description" value="Informazioni sul supporto openmamba bootcd." -->
|
||||
<!--#set var="keywords" value="about,faq,contact,information" -->
|
||||
<!--#set var="slogan" value="Distribuzione GNU/Linux" -->
|
||||
<!--#include virtual="/header.html" -->
|
||||
<!--#include virtual="/scripts/download.it.inc.js" -->
|
||||
|
||||
<table width="100%">
|
||||
<tr><td valign="middle" colspan=2>
|
||||
<br>
|
||||
<table align="center"><tr>
|
||||
<td><img src="/images/media_gr.png" alt="supporti di installazione"></td>
|
||||
<td class="toptitle">openmamba bootcd</td>
|
||||
</tr></table>
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
<br>
|
||||
<p><h2>Cos'è?</h2>
|
||||
<p><b>openmamba bootcd</b> è un CD-ROM di avvio della dimensione di 3,5 MB
|
||||
che può essere utilizzato per avviare openmamba <a href="flash-1GB.html">flash-1GB</a> anche su computer che non supportano l'avvio da USB.
|
||||
<br>
|
||||
<br>
|
||||
</td><td width="0" valign=top>
|
||||
<!--#include virtual="/pub/openmamba/allmedias.inc.it.html" -->
|
||||
</td></tr><tr><td colspan=2>
|
||||
<p><h2>Download</h2>
|
||||
<p><!--#include virtual="/pub/openmamba/devel/media/bootcd/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/devel/media/bootcd/index.inc.it.html" -->
|
||||
|
||||
<p><h2>Informazioni dettagliate</h2>
|
||||
<p>
|
||||
<table width="80%" class=info><tr><td>
|
||||
<!--#include virtual="/pub/openmamba/devel/media/bootcd/it/buildinfo.inc.html" -->
|
||||
</td></tr></table>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
</td></tr>
|
||||
</table>
|
||||
<!--#include virtual="/footer.html" -->
|
117
wwwroot/distribution/media/bootusb-test.en.html
Normal file
@ -0,0 +1,117 @@
|
||||
<!--#set var="title" value="bootusb-test" -->
|
||||
<!--#set var="description" value="Information on openmamba bootusb-test." -->
|
||||
<!--#set var="keywords" value="about,faq,contact,information" -->
|
||||
<!--#set var="slogan" value="GNU/Linux distribution" -->
|
||||
<!--#include virtual="/header.html" -->
|
||||
<!--#include virtual="/scripts/download.en.inc.js" -->
|
||||
|
||||
<table width="100%">
|
||||
<tr><td valign="middle" colspan=2>
|
||||
<br>
|
||||
<table align="center"><tr>
|
||||
<td><img src="/images/media_gr.png" alt="email address"></td>
|
||||
<td class="toptitle">openmamba bootusb-test</td>
|
||||
</tr></table>
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
<br>
|
||||
<p><h2>What is this?</h2>
|
||||
<p>Lets you boot the openmamba testcd ISO image from a USB Flash storage device thus allowing live use and installation
|
||||
on computer that don't have a CD/DVD-ROM reader.
|
||||
It can be used also if you don't want to use a CD/DVD-ROM media and if you want a faster system startup and
|
||||
installation.
|
||||
<br>
|
||||
<br>
|
||||
</td><td width="0" valign=top>
|
||||
<!--#include virtual="/pub/openmamba/allmedias.inc.en.html" -->
|
||||
</td></tr><tr><td colspan=2>
|
||||
|
||||
<div class="info">
|
||||
<table width="80%"><tr><td>
|
||||
<b>Installation instructions:</b><br><br>
|
||||
<font size="-1">
|
||||
<p>1) <b>USB storage device partitioning</b>
|
||||
<ul>
|
||||
<li>insert the storage and identify its device name (e.g. /dev/sda)
|
||||
<li>make sure that no partitions are mounted for the device
|
||||
<li>run fdisk or cfdisk and create a partition that is at least 1GB large
|
||||
<li>mark the partition as "bootable"
|
||||
<li>identify the device corresponding to the partition (e.g. /dev/sda1)
|
||||
</ul>
|
||||
<br>
|
||||
|
||||
<p>2) <b>Formatting the device</b>
|
||||
<br>
|
||||
<pre>mkfs.ext2 -b 2048 <partition device></pre>
|
||||
The filesystem (ext2) and the given option are recommended to fit the system on a 1 GB device.
|
||||
<br><br>
|
||||
<p>3) <b>Installing the cpio image</b>
|
||||
|
||||
<pre>
|
||||
mount <partition device> <mount point>
|
||||
cd <mount point>
|
||||
gunzip -c < openmamba-botusb-en-i586.cpio.gz | cpio -i
|
||||
</pre>
|
||||
<br>
|
||||
|
||||
<p>4) <b>Installing extlinux bootloader</b>
|
||||
<p>You need the
|
||||
<a href="http://www.openmamba.org/pub/openmamba/distromatic/index.html?tag=devel&pkg=syslinux">syslinux</a> package installed on your computer, then use the following command
|
||||
from the <mount point> directory:
|
||||
<pre>extlinux --install boot</pre>
|
||||
<br>
|
||||
|
||||
<p>5) <b>Installing master boot record (MBR)</b>
|
||||
<p>You need the
|
||||
<a href="http://www.openmamba.org/pub/openmamba/distromatic/index.html?tag=devel&pkg=mbr">mbr</a> package installed on your computer,
|
||||
then use the following command:
|
||||
|
||||
<pre>install-mbr <disk device></pre>
|
||||
<br>
|
||||
|
||||
<p>6) <b>Copying the ISO image file</b>
|
||||
<p>Copy the ISO image file of an openmamba media (livecd, livestudio, installdvd...) in the devire root directory:
|
||||
<pre>
|
||||
cp <file ISO> <mount point>
|
||||
</pre>
|
||||
Unmount the storage and that's all about installation.
|
||||
<br><br>
|
||||
|
||||
<p>7) <b>Running the system</b>
|
||||
|
||||
<p>Reboot your computer with the USB storage inserted in.
|
||||
<p>Your computer maybe configured or not for booting from a
|
||||
USB Hard Drive/Storage device; check your bios configuration and
|
||||
wheter it supports booting from USB (many bioses are buggy!).
|
||||
|
||||
</font>
|
||||
</td></tr></table>
|
||||
</div>
|
||||
|
||||
<p><h2>Download</h2>
|
||||
<p>Stable release:
|
||||
<!--#include virtual="/pub/openmamba/milestone1/media/bootusb-test/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/milestone1/media/bootusb-test/index.inc.en.html" -->
|
||||
<br>
|
||||
<p>Pre-release:
|
||||
<!--#include virtual="/pub/openmamba/milestone2/media/bootusb-test/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/milestone2/media/bootusb-test/index.inc.en.pre.html" -->
|
||||
<br>
|
||||
|
||||
<p>Weekly snapshot:
|
||||
<!--#include virtual="/pub/openmamba/devel/media/bootusb-test/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/devel/media/bootusb-test/index.inc.en.html" -->
|
||||
|
||||
<p><h2>Build info</h2>
|
||||
<p>
|
||||
<div class="info">
|
||||
<table width="80%"><tr><td>
|
||||
<!--#include virtual="/pub/openmamba/devel/media/bootusb-test/en/buildinfo.inc.html" -->
|
||||
</td></tr></table>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
</td></tr>
|
||||
</table>
|
||||
<!--#include virtual="/footer.html" -->
|
4
wwwroot/distribution/media/bootusb-test.html
Normal file
@ -0,0 +1,4 @@
|
||||
<!--#if expr="$QUERY_STRING = /lang=([a-zA-Z0-9\-+_\.]+)/" --><!--#set var="lang" value="$1" --><!--#endif -->
|
||||
<!--#if expr=$lang --><!--#else --><!--#if expr="$HTTP_ACCEPT_LANGUAGE = /([a-zA-Z0-9]+)/" --><!--#set var="lang" value="$1" --><!--#endif --><!--#endif -->
|
||||
<!--#if expr="${lang} != it" --><!--#set var="lang" value="en" --><!--#endif -->
|
||||
<!--#include virtual="bootusb-test.${lang}.html" -->
|
115
wwwroot/distribution/media/bootusb-test.it.html
Normal file
@ -0,0 +1,115 @@
|
||||
<!--#set var="title" value="bootusb-test" -->
|
||||
<!--#set var="description" value="Informazioni su openmamba bootusb-test." -->
|
||||
<!--#set var="keywords" value="about,faq,contact,information" -->
|
||||
<!--#set var="slogan" value="Distribuzione GNU/Linux" -->
|
||||
<!--#include virtual="/header.html" -->
|
||||
<!--#include virtual="/scripts/download.it.inc.js" -->
|
||||
|
||||
<table width="100%">
|
||||
<tr><td valign="middle" colspan=2>
|
||||
<br>
|
||||
<table align="center"><tr>
|
||||
<td><img src="/images/media_gr.png" alt="supporti di installazione"></td>
|
||||
<td class="toptitle">openmamba bootusb-test</td>
|
||||
</tr></table>
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
<br>
|
||||
<p><h2>Cos'è?</h2>
|
||||
<p><b>openmamba bootusb-test</b> permette di avviare l'immagine ISO di openmamba testcd da un supporto storage Flash USB consentendo l'avvio live e
|
||||
l'installazione di openmamba su computer che non dispongono di lettore CD/DVD-ROM.
|
||||
Può essere usato anche per evitare di dover utilizzare un supporto CD/DVD-ROM e per un avvio ed un'installazione
|
||||
più veloci.
|
||||
<br>
|
||||
<br>
|
||||
</td><td width="0" valign=top>
|
||||
<!--#include virtual="/pub/openmamba/allmedias.inc.it.html" -->
|
||||
</td></tr><tr><td colspan=2>
|
||||
|
||||
<table class=info><tr><td>
|
||||
<b>Istruzioni per l'installazione:</b><br><br>
|
||||
<font size="-1">
|
||||
<p>1) <b>Partizionamento del dispositivo storage USB</b>
|
||||
<ul>
|
||||
<li>inserisci il dispositivo in una porta usb ed identifica il nome del device (es. /dev/sda)
|
||||
<li>assicurati che nessuna partizione del dispositivo sia montata
|
||||
<li>esegui fdisk o cfdisk per creare una partizione grossa almento 1 GB
|
||||
<li>imposta la partizione come avviabile ("bootable")
|
||||
<li>identifica il device corrispondente alla partizione creata (es. /dev/sda1)
|
||||
</ul>
|
||||
<br>
|
||||
<p>2) <b>Formattazione</b>
|
||||
<br>
|
||||
<pre>mkfs.ext2 -b 2048 <device della partizione></pre>
|
||||
Si raccomanda di utilizzare il filesystem ext2 e l'opzione -b 2048 al fine di non
|
||||
eccedere oltre 1 GB di occupazione di spazio della partizione sistema.
|
||||
<br><br>
|
||||
|
||||
<p>3) <b>Installazione dell'immagine cpio</b>
|
||||
|
||||
<pre>
|
||||
mount <device della partizione> <mount point>
|
||||
cd <mount point>
|
||||
gunzip -c < openmamba-bootusb-test-it-i586.cpio.gz | cpio -i
|
||||
</pre>
|
||||
<br>
|
||||
|
||||
<p>4) <b>Installazione del boot loader extlinux</b>
|
||||
<p>Occore avere il pacchetto
|
||||
<a href="http://www.openmamba.org/pub/openmamba/distromatic/index.html?tag=devel&pkg=syslinux">syslinux</a> installato sul proprio computer.
|
||||
Usa il comando seguente dalla directory <mount point>:
|
||||
|
||||
<pre>extlinux --install boot</pre>
|
||||
<br>
|
||||
<p>5) <b>Installazione del master boot record (MBR)</b>
|
||||
<p>Occore avere il pacchetto
|
||||
<a href="http://www.openmamba.org/pub/openmamba/distromatic/index.html?tag=devel&pkg=mbr">mbr</a> installato sul proprio computer.
|
||||
Quindi usa il comando seguente:
|
||||
|
||||
<pre>install-mbr <device del disco></pre>
|
||||
<br>
|
||||
|
||||
<p>6) <b>Copia dell'immagine ISO</b>
|
||||
<p>Copia il file immagine ISO del media testcd di openmamba nella cartella principale del dispositivo:
|
||||
<pre>
|
||||
cp <file ISO> <mount point>
|
||||
</pre>
|
||||
L'operazione di installazione è conclusa e puoi smontare il dispositivo.
|
||||
<br><br>
|
||||
|
||||
<p>7) <b>Avvio del sistema</b>
|
||||
|
||||
<p>Riavvia il computer con il dispositivo storage inserito in una porta USB.
|
||||
<p>Il tuo computer può essere o meno configurato per l'avvio da un dispositivo di tipo
|
||||
USB Hard Drive/Storage; controlla la configurazione del BIOS e verifica che l'avvio da USB
|
||||
sia supportato (in molti BIOS pur avendo l'opzione nel setup il boot da USB non funziona).
|
||||
In ogni caso è possibile utilizzare openmamba <a href="bootcd.html">bootcd</a> per l'avvio
|
||||
su ogni tipo di computer.
|
||||
</font>
|
||||
</td></tr></table>
|
||||
|
||||
<p><h2>Download</h2>
|
||||
<p>Versione stabile:
|
||||
<!--#include virtual="/pub/openmamba/milestone1/media/bootusb-test/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/milestone1/media/bootusb-test/index.inc.it.html" -->
|
||||
<br>
|
||||
<p>Versione pre-release:
|
||||
<!--#include virtual="/pub/openmamba/milestone2/media/bootusb-test/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/milestone2/media/bootusb-test/index.inc.it.pre.html" -->
|
||||
<br>
|
||||
|
||||
<p>Snapshot settimanale:
|
||||
<!--#include virtual="/pub/openmamba/devel/media/bootusb-test/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/devel/media/bootusb-test/index.inc.it.html" -->
|
||||
|
||||
<p><h2>Informazioni dettagliate</h2>
|
||||
<p>
|
||||
<table width="80%" class=info><tr><td>
|
||||
<!--#include virtual="/pub/openmamba/devel/media/bootusb-test/it/buildinfo.inc.html" -->
|
||||
</td></tr></table>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
</td></tr>
|
||||
</table>
|
||||
<!--#include virtual="/footer.html" -->
|
117
wwwroot/distribution/media/bootusb.en.html
Normal file
@ -0,0 +1,117 @@
|
||||
<!--#set var="title" value="bootusb" -->
|
||||
<!--#set var="description" value="Information on openmamba bootusb." -->
|
||||
<!--#set var="keywords" value="about,faq,contact,information" -->
|
||||
<!--#set var="slogan" value="GNU/Linux distribution" -->
|
||||
<!--#include virtual="/header.html" -->
|
||||
<!--#include virtual="/scripts/download.en.inc.js" -->
|
||||
|
||||
<table width="100%">
|
||||
<tr><td valign="middle" colspan=2>
|
||||
<br>
|
||||
<table align="center"><tr>
|
||||
<td><img src="/images/media_gr.png" alt="email address"></td>
|
||||
<td class="toptitle">openmamba bootusb</td>
|
||||
</tr></table>
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
<br>
|
||||
<p><h2>What is this?</h2>
|
||||
<p>Lets you boot an openmamba ISO image from a USB Flash storage device thus allowing live use and installation
|
||||
on computer that don't have a CD/DVD-ROM reader.
|
||||
It can be used also if you don't want to use a CD/DVD-ROM media and if you want a faster system startup and
|
||||
installation.
|
||||
<br>
|
||||
<br>
|
||||
</td><td width="0" valign=top>
|
||||
<!--#include virtual="/pub/openmamba/allmedias.inc.en.html" -->
|
||||
</td></tr><tr><td colspan=2>
|
||||
|
||||
<div class="info">
|
||||
<table width="80%"><tr><td>
|
||||
<b>Installation instructions:</b><br><br>
|
||||
<font size="-1">
|
||||
<p>1) <b>USB storage device partitioning</b>
|
||||
<ul>
|
||||
<li>insert the storage and identify its device name (e.g. /dev/sda)
|
||||
<li>make sure that no partitions are mounted for the device
|
||||
<li>run fdisk or cfdisk and create a partition that is at least 1GB large
|
||||
<li>mark the partition as "bootable"
|
||||
<li>identify the device corresponding to the partition (e.g. /dev/sda1)
|
||||
</ul>
|
||||
<br>
|
||||
|
||||
<p>2) <b>Formatting the device</b>
|
||||
<br>
|
||||
<pre>mkfs.ext2 -b 2048 <partition device></pre>
|
||||
The filesystem (ext2) and the given option are recommended to fit the system on a 1 GB device.
|
||||
<br><br>
|
||||
<p>3) <b>Installing the cpio image</b>
|
||||
|
||||
<pre>
|
||||
mount <partition device> <mount point>
|
||||
cd <mount point>
|
||||
gunzip -c < openmamba-botusb-en-i586.cpio.gz | cpio -i
|
||||
</pre>
|
||||
<br>
|
||||
|
||||
<p>4) <b>Installing extlinux bootloader</b>
|
||||
<p>You need the
|
||||
<a href="http://www.openmamba.org/pub/openmamba/distromatic/index.html?tag=devel&pkg=syslinux">syslinux</a> package installed on your computer, then use the following command
|
||||
from the <mount point> directory:
|
||||
<pre>extlinux --install boot</pre>
|
||||
<br>
|
||||
|
||||
<p>5) <b>Installing master boot record (MBR)</b>
|
||||
<p>You need the
|
||||
<a href="http://www.openmamba.org/pub/openmamba/distromatic/index.html?tag=devel&pkg=mbr">mbr</a> package installed on your computer,
|
||||
then use the following command:
|
||||
|
||||
<pre>install-mbr <disk device></pre>
|
||||
<br>
|
||||
|
||||
<p>6) <b>Copying the ISO image file</b>
|
||||
<p>Copy the ISO image file of an openmamba media (livecd, livestudio, installdvd...) in the devire root directory:
|
||||
<pre>
|
||||
cp <file ISO> <mount point>
|
||||
</pre>
|
||||
Unmount the storage and that's all about installation.
|
||||
<br><br>
|
||||
|
||||
<p>7) <b>Running the system</b>
|
||||
|
||||
<p>Reboot your computer with the USB storage inserted in.
|
||||
<p>Your computer maybe configured or not for booting from a
|
||||
USB Hard Drive/Storage device; check your bios configuration and
|
||||
wheter it supports booting from USB (many bioses are buggy!).
|
||||
|
||||
</font>
|
||||
</td></tr></table>
|
||||
</div>
|
||||
|
||||
<p><h2>Download</h2>
|
||||
<p>Stable release:
|
||||
<!--#include virtual="/pub/openmamba/milestone1/media/bootusb/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/milestone1/media/bootusb/index.inc.en.html" -->
|
||||
<br>
|
||||
<p>Pre-release:
|
||||
<!--#include virtual="/pub/openmamba/milestone2/media/bootusb/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/milestone2/media/bootusb/index.inc.en.pre.html" -->
|
||||
<br>
|
||||
|
||||
<p>Weekly snapshot:
|
||||
<!--#include virtual="/pub/openmamba/devel/media/bootusb/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/devel/media/bootusb/index.inc.en.html" -->
|
||||
|
||||
<p><h2>Build info</h2>
|
||||
<p>
|
||||
<div class="info">
|
||||
<table width="80%"><tr><td>
|
||||
<!--#include virtual="/pub/openmamba/devel/media/bootusb/en/buildinfo.inc.html" -->
|
||||
</td></tr></table>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
</td></tr>
|
||||
</table>
|
||||
<!--#include virtual="/footer.html" -->
|
4
wwwroot/distribution/media/bootusb.html
Normal file
@ -0,0 +1,4 @@
|
||||
<!--#if expr="$QUERY_STRING = /lang=([a-zA-Z0-9\-+_\.]+)/" --><!--#set var="lang" value="$1" --><!--#endif -->
|
||||
<!--#if expr=$lang --><!--#else --><!--#if expr="$HTTP_ACCEPT_LANGUAGE = /([a-zA-Z0-9]+)/" --><!--#set var="lang" value="$1" --><!--#endif --><!--#endif -->
|
||||
<!--#if expr="${lang} != it" --><!--#set var="lang" value="en" --><!--#endif -->
|
||||
<!--#include virtual="bootusb.${lang}.html" -->
|
115
wwwroot/distribution/media/bootusb.it.html
Normal file
@ -0,0 +1,115 @@
|
||||
<!--#set var="title" value="bootusb" -->
|
||||
<!--#set var="description" value="Informazioni su openmamba bootusb." -->
|
||||
<!--#set var="keywords" value="about,faq,contact,information" -->
|
||||
<!--#set var="slogan" value="Distribuzione GNU/Linux" -->
|
||||
<!--#include virtual="/header.html" -->
|
||||
<!--#include virtual="/scripts/download.it.inc.js" -->
|
||||
|
||||
<table width="100%">
|
||||
<tr><td valign="middle" colspan=2>
|
||||
<br>
|
||||
<table align="center"><tr>
|
||||
<td><img src="/images/media_gr.png" alt="supporti di installazione"></td>
|
||||
<td class="toptitle">openmamba bootusb</td>
|
||||
</tr></table>
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
<br>
|
||||
<p><h2>Cos'è?</h2>
|
||||
<p><b>openmamba bootusb</b> permette di avviare un'immagine ISO di openmamba da un supporto storage Flash USB consentendo l'avvio live e
|
||||
l'installazione di openmamba su computer che non dispongono di lettore CD/DVD-ROM.
|
||||
Può essere usato anche per evitare di dover utilizzare un supporto CD/DVD-ROM e per un avvio ed un'installazione
|
||||
più veloci.
|
||||
<br>
|
||||
<br>
|
||||
</td><td width="0" valign=top>
|
||||
<!--#include virtual="/pub/openmamba/allmedias.inc.it.html" -->
|
||||
</td></tr><tr><td colspan=2>
|
||||
|
||||
<table class=info><tr><td>
|
||||
<b>Istruzioni per l'installazione:</b><br><br>
|
||||
<font size="-1">
|
||||
<p>1) <b>Partizionamento del dispositivo storage USB</b>
|
||||
<ul>
|
||||
<li>inserisci il dispositivo in una porta usb ed identifica il nome del device (es. /dev/sda)
|
||||
<li>assicurati che nessuna partizione del dispositivo sia montata
|
||||
<li>esegui fdisk o cfdisk per creare una partizione grossa almento 1 GB
|
||||
<li>imposta la partizione come avviabile ("bootable")
|
||||
<li>identifica il device corrispondente alla partizione creata (es. /dev/sda1)
|
||||
</ul>
|
||||
<br>
|
||||
<p>2) <b>Formattazione</b>
|
||||
<br>
|
||||
<pre>mkfs.ext2 -b 2048 <device della partizione></pre>
|
||||
Si raccomanda di utilizzare il filesystem ext2 e l'opzione -b 2048 al fine di non
|
||||
eccedere oltre 1 GB di occupazione di spazio della partizione sistema.
|
||||
<br><br>
|
||||
|
||||
<p>3) <b>Installazione dell'immagine cpio</b>
|
||||
|
||||
<pre>
|
||||
mount <device della partizione> <mount point>
|
||||
cd <mount point>
|
||||
gunzip -c < openmamba-bootusb-it-i586.cpio.gz | cpio -i
|
||||
</pre>
|
||||
<br>
|
||||
|
||||
<p>4) <b>Installazione del boot loader extlinux</b>
|
||||
<p>Occore avere il pacchetto
|
||||
<a href="http://www.openmamba.org/pub/openmamba/distromatic/index.html?tag=devel&pkg=syslinux">syslinux</a> installato sul proprio computer.
|
||||
Usa il comando seguente dalla directory <mount point>:
|
||||
|
||||
<pre>extlinux --install boot</pre>
|
||||
<br>
|
||||
<p>5) <b>Installazione del master boot record (MBR)</b>
|
||||
<p>Occore avere il pacchetto
|
||||
<a href="http://www.openmamba.org/pub/openmamba/distromatic/index.html?tag=devel&pkg=mbr">mbr</a> installato sul proprio computer.
|
||||
Quindi usa il comando seguente:
|
||||
|
||||
<pre>install-mbr <device del disco></pre>
|
||||
<br>
|
||||
|
||||
<p>6) <b>Copia dell'immagine ISO</b>
|
||||
<p>Copia il file immagine ISO di un media di openmamba (livecd, livestudio, installdvd...) nella cartella principale del dispositivo:
|
||||
<pre>
|
||||
cp <file ISO> <mount point>
|
||||
</pre>
|
||||
L'operazione di installazione è conclusa e puoi smontare il dispositivo.
|
||||
<br><br>
|
||||
|
||||
<p>7) <b>Avvio del sistema</b>
|
||||
|
||||
<p>Riavvia il computer con il dispositivo storage inserito in una porta USB.
|
||||
<p>Il tuo computer può essere o meno configurato per l'avvio da un dispositivo di tipo
|
||||
USB Hard Drive/Storage; controlla la configurazione del BIOS e verifica che l'avvio da USB
|
||||
sia supportato (in molti BIOS pur avendo l'opzione nel setup il boot da USB non funziona).
|
||||
In ogni caso è possibile utilizzare openmamba <a href="bootcd.html">bootcd</a> per l'avvio
|
||||
su ogni tipo di computer.
|
||||
</font>
|
||||
</td></tr></table>
|
||||
|
||||
<p><h2>Download</h2>
|
||||
<p>Versione stabile:
|
||||
<!--#include virtual="/pub/openmamba/milestone1/media/bootusb/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/milestone1/media/bootusb/index.inc.it.html" -->
|
||||
<br>
|
||||
<p>Versione pre-release:
|
||||
<!--#include virtual="/pub/openmamba/milestone2/media/bootusb/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/milestone2/media/bootusb/index.inc.it.pre.html" -->
|
||||
<br>
|
||||
|
||||
<p>Snapshot settimanale:
|
||||
<!--#include virtual="/pub/openmamba/devel/media/bootusb/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/devel/media/bootusb/index.inc.it.html" -->
|
||||
|
||||
<p><h2>Informazioni dettagliate</h2>
|
||||
<p>
|
||||
<table width="80%" class=info><tr><td>
|
||||
<!--#include virtual="/pub/openmamba/devel/media/bootusb/it/buildinfo.inc.html" -->
|
||||
</td></tr></table>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
</td></tr>
|
||||
</table>
|
||||
<!--#include virtual="/footer.html" -->
|
102
wwwroot/distribution/media/flash-1GB.en.html
Normal file
@ -0,0 +1,102 @@
|
||||
<!--#set var="title" value="flash-1GB" -->
|
||||
<!--#set var="description" value="Information on openmamba flash-1GB." -->
|
||||
<!--#set var="keywords" value="about,faq,contact,information" -->
|
||||
<!--#set var="slogan" value="GNU/Linux distribution" -->
|
||||
<!--#include virtual="/header.html" -->
|
||||
<!--#include virtual="/scripts/download.en.inc.js" -->
|
||||
|
||||
<table width="100%">
|
||||
<tr><td valign="middle" colspan=2>
|
||||
<br>
|
||||
<table align="center"><tr>
|
||||
<td><img src="/images/media_gr.png" alt="email address"></td>
|
||||
<td class="toptitle">openmamba flash-1GB</td>
|
||||
</tr></table>
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
<br>
|
||||
<p><h2>What is this?</h2>
|
||||
<p>A live release of the openmamba GNU/Linux system that can easily be installed on a
|
||||
flash storage device and run on any computer capable of booting from such USB device.
|
||||
<p>The image is available as a weekly snapshot of the <a href="http://www.openmamba.org/distribution/development.html">openmamba devel repository</a>.
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<table class=info><tr><td>
|
||||
<b>Features:</b>
|
||||
<ul>
|
||||
<li>live desktop system for Intel i586 and compatible PC's
|
||||
<li>KDE desktop environment with multimedia support for audio and video
|
||||
<li>full networking support with the ability to perform updates and install additional packages
|
||||
<li>automatic detection and configuration of nvidia and ATI accelerated drivers
|
||||
<li>NTFS read/write support with ntfs-3g
|
||||
</ul>
|
||||
</td></tr></table>
|
||||
</td><td width="0" valign=top>
|
||||
<!--#include virtual="/pub/openmamba/allmedias.inc.en.html" -->
|
||||
</td></tr><tr><td colspan=2>
|
||||
|
||||
<table width="80%"><tr><td>
|
||||
<div class="info">
|
||||
<b>Installation instructions:</b>
|
||||
<font size="-1">
|
||||
<p>1st step) <b>USB storage device partitioning</b>
|
||||
<ul>
|
||||
<li>insert the storage and identify its device name (e.g. /dev/sda)
|
||||
<li>make sure that no partitions are mounted for the device
|
||||
<li>run fdisk or cfdisk and create a partition that is at least 1GB large
|
||||
<li>mark the partition as "bootable"
|
||||
<li>identify the device corresponding to the partitiong (e.g. /dev/sda1)
|
||||
</ul>
|
||||
<br>
|
||||
|
||||
<p>2nd step) <b>Formatting the device</b>
|
||||
<br>
|
||||
<pre>mkfs.ext2 -b 2048 <partition device></pre>
|
||||
The filesystem (ext2) and the given option are recommended to fit the system on a 1 GB device.
|
||||
<br><br>
|
||||
<p>3rd step) <b>Installing the cpio image</b>
|
||||
|
||||
<pre>
|
||||
mount <partition device> <mount point>
|
||||
cd <mount point>
|
||||
gunzip -c < openmamba-flash-1GB-en-i586.cpio.gz | cpio -i
|
||||
</pre>
|
||||
<br>
|
||||
|
||||
<p>4th step) <b>Installing extlinux bootloader</b>
|
||||
<p>You need
|
||||
<a href="http://www.openmamba.org/pub/openmamba/distromatic/index.html?tag=devel&pkg=syslinux">syslinux</a> installed on your computer, then use the following command
|
||||
from the <mount point> directory:
|
||||
<pre>extlinux --install boot</pre>
|
||||
<br>
|
||||
|
||||
Unmount the storage and that's all about installation.
|
||||
|
||||
<p>5th step) <b>Running the system</b>
|
||||
|
||||
<p>Reboot your computer with the USB storage inserted in.
|
||||
<p>Your computer maybe configured or not for booting from a
|
||||
USB Hard Drive/Storage device; check your bios configuration and
|
||||
wheter it supports booting from USB (many bioses are buggy!).
|
||||
|
||||
</font></div>
|
||||
</td></tr></table>
|
||||
|
||||
<p><h2>Download</h2>
|
||||
<p><!--#include virtual="/pub/openmamba/devel/media/flash-1GB/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/devel/media/flash-1GB/index.inc.en.html" -->
|
||||
|
||||
<p><h2>Build info</h2>
|
||||
<p>
|
||||
<table width="80%"><tr><td>
|
||||
<div class="info">
|
||||
<!--#include virtual="/pub/openmamba/devel/media/flash-1GB/en/buildinfo.inc.html" -->
|
||||
</td></tr></div>
|
||||
</table>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
</td></tr>
|
||||
</table>
|
||||
<!--#include virtual="/footer.html" -->
|
4
wwwroot/distribution/media/flash-1GB.html
Normal file
@ -0,0 +1,4 @@
|
||||
<!--#if expr="$QUERY_STRING = /lang=([a-zA-Z0-9\-+_\.]+)/" --><!--#set var="lang" value="$1" --><!--#endif -->
|
||||
<!--#if expr=$lang --><!--#else --><!--#if expr="$HTTP_ACCEPT_LANGUAGE = /([a-zA-Z0-9]+)/" --><!--#set var="lang" value="$1" --><!--#endif --><!--#endif -->
|
||||
<!--#if expr="${lang} != it" --><!--#set var="lang" value="en" --><!--#endif -->
|
||||
<!--#include virtual="flash-1GB.${lang}.html" -->
|
100
wwwroot/distribution/media/flash-1GB.it.html
Normal file
@ -0,0 +1,100 @@
|
||||
<!--#set var="title" value="flash-1GB" -->
|
||||
<!--#set var="description" value="Informazioni su openmamba flash-1GB." -->
|
||||
<!--#set var="keywords" value="about,faq,contact,information" -->
|
||||
<!--#set var="slogan" value="Distribuzione GNU/Linux" -->
|
||||
<!--#include virtual="/header.html" -->
|
||||
<!--#include virtual="/scripts/download.en.inc.js" -->
|
||||
|
||||
<table width="100%">
|
||||
<tr><td valign="middle" colspan=2>
|
||||
<br>
|
||||
<table align="center"><tr>
|
||||
<td><img src="/images/media_gr.png" alt="email address"></td>
|
||||
<td class="toptitle">openmamba flash-1GB</td>
|
||||
</tr></table>
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
<br>
|
||||
<p><h2>Che cos'è?</h2>
|
||||
<p>Una versone live del sistema openmamba GNU/Linux che può essere facilmente installata su un
|
||||
dispositivo di memorizzazione flash ed eseguito su qualunque computer che supporti l'avvio da questo tipo di dispositivi USB.
|
||||
<p>L'archivio è disponibile come snapshot settimanale del <a href="http://www.openmamba.org/distribution/development.html">repository devel di openmamba</a>.
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<table class=info><tr><td>
|
||||
<b>Caratteristiche:</b>
|
||||
<ul>
|
||||
<li>sistema desktop live per PC basati su processore Intel i586 e compatibili
|
||||
<li>ambiente desktop KDE con supporto per applicazioni multimediali e l'accesso ad internet
|
||||
<li>capacità di effettuare aggiornamenti ed installare pacchetti aggiuntivi dalla rete
|
||||
<li>rilevamento automatico e configurazione dei driver proprietari per i chipset video ATI e NVIDIA
|
||||
<li>supporto in lettura e scrittura per il filesystem NTFS
|
||||
</ul>
|
||||
</td></tr></table>
|
||||
</td><td width="0" valign=top>
|
||||
<!--#include virtual="/pub/openmamba/allmedias.inc.en.html" -->
|
||||
</td></tr><tr><td colspan=2>
|
||||
|
||||
<table width="80%"><tr><td>
|
||||
<div class="info">
|
||||
<b>Istruzioni per l'installazione:</b>
|
||||
<font size="-1">
|
||||
<p>passo 1) <b>Partizionamento del dispositivo di memorizzazione Flash</b>
|
||||
<ul>
|
||||
<li>inserisci il dispositivo in una porta USB ed identificare il nome del device (es. /dev/sda)
|
||||
<li>assicurati che non vi siano partizioni montate per questo dispositivo
|
||||
<li>esegui parted o cfdisk e crea una partizione della dimensione di almeno 1GB (consigliati 2GB)
|
||||
<li>imposta il flag "bootable" per la partizione
|
||||
<li>identifica il dispositivo corrispondente alla partizione (es. /dev/sda1)
|
||||
</ul>
|
||||
<br>
|
||||
|
||||
<p>passo 2) <b>Formattazione della partizione</b>
|
||||
<br>
|
||||
<pre>mkfs.ext2 -b 2048 <partition device></pre>
|
||||
Il filesystem (ext2) con le opzioni date sono raccomandati per ottimizzare lo spazio su un dispositivo da 1 GB.
|
||||
<br><br>
|
||||
<p>passo 3) <b>Installazione dell'immagine cpio</b>
|
||||
|
||||
<pre>
|
||||
mount <partition device> <mount point>
|
||||
cd <mount point>
|
||||
gunzip -c < openmamba-flash-1GB-en-i586.cpio.gz | cpio -i
|
||||
</pre>
|
||||
<br>
|
||||
|
||||
<p>passo 4) <b>Installazione del boot loader extlinux</b>
|
||||
<p>E' necessario avere
|
||||
<a href="http://www.openmamba.org/pub/openmamba/distromatic/index.html?tag=devel&pkg=syslinux">syslinux</a> installato sul proprio computer. Dopodiché esegui il seguente comando
|
||||
dalla cartella corrispondente al <punto di mount>:
|
||||
<pre>extlinux --install boot</pre>
|
||||
<br>L'installazione è completata ed è possibile smontare il dispositivo.
|
||||
<br>
|
||||
<br>
|
||||
<p>passo 5) <b>Avvio del sistema</b>
|
||||
|
||||
<p>Riavvia il computer con il dispositivo di memorizzazione flash inserito in una porta USB del computer.
|
||||
<br>Il computer può essere o meno configurato per l'avvio da un dispositivo esterno
|
||||
USB; utilizza l'interfaccia di setup BIOS per controllare se il computer supporta l'avvio da USB (alcuni bios non recenti hanno problemi anche se la funzione è supportata!).
|
||||
|
||||
</font></div>
|
||||
</td></tr></table>
|
||||
|
||||
<p><h2>Download</h2>
|
||||
<p><!--#include virtual="/pub/openmamba/devel/media/flash-1GB/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/devel/media/flash-1GB/index.inc.it.html" -->
|
||||
|
||||
<p><h2>Build info</h2>
|
||||
<p>
|
||||
<table width="80%"><tr><td>
|
||||
<div class="info">
|
||||
<!--#include virtual="/pub/openmamba/devel/media/flash-1GB/en/buildinfo.inc.html" -->
|
||||
</td></tr></div>
|
||||
</table>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
</td></tr>
|
||||
</table>
|
||||
<!--#include virtual="/footer.html" -->
|
1
wwwroot/distribution/media/index.html
Normal file
@ -0,0 +1 @@
|
||||
|
109
wwwroot/distribution/media/installdvd.en.html
Normal file
@ -0,0 +1,109 @@
|
||||
<!--#set var="title" value="livecd" -->
|
||||
<!--#set var="description" value="Information on the openmamba livecd media." -->
|
||||
<!--#set var="keywords" value="about,faq,contact,information" -->
|
||||
<!--#set var="slogan" value="GNU/Linux distribution" -->
|
||||
<!--#include virtual="/header.html" -->
|
||||
<!--#include virtual="/scripts/download.en.inc.js" -->
|
||||
|
||||
<table width="100%">
|
||||
<tr><td valign="middle" colspan=2>
|
||||
<br>
|
||||
<table align="center"><tr>
|
||||
<td><img src="/images/media_gr.png" alt="installation media"></td>
|
||||
<td class="toptitle">openmamba installdvd</td>
|
||||
</tr></table>
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
<br>
|
||||
<p><h2>What is this?</h2>
|
||||
<p><b>openmamba installdvd</b> is a live release of the <b>openmamba</b> operating system that can immediately be used
|
||||
simply by booting or rebooting your computer with the CD in the reader.
|
||||
<p>It also provides an installation interface for system installation on fixed disk that
|
||||
lets you use openmamba while maintaining the operating system pre-installed in
|
||||
your computer (e.g. Microsoft Windows).
|
||||
<p>It works on almost any Personal Computer: notebook, desktop and server.
|
||||
<br>
|
||||
<br>
|
||||
<p><h2>Who is it for?</h2>
|
||||
<p><b>openmamba livecd</b> is the base medium for who wants to install it on a computer (*) without having
|
||||
a internet connection available. Infact the difference from the livecd version is that it will install all the
|
||||
base packages rapidly providing a complete installation.
|
||||
It is suitable for most kinds of computer usages at home or office, i.e. accessing
|
||||
Internet, producing documents, listening to music and watching movies and it's useful
|
||||
for data recovery on computers where the installed operating system does no longer work.
|
||||
<p><i>(*) you may also use the livecd, livestudio and livegames media for installation</i>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<table class=info><tr><td>
|
||||
<b>Features:</b>
|
||||
<ul>
|
||||
<li>live desktop system for standard Personal Computers (Intel i686 or compatible)
|
||||
<li>top applications: OpenOffice, amarok, kaffeine, wine, gimp, firefox, kopete,audacity,k3b
|
||||
<li>automatic hardware detection and configuration for multimediality
|
||||
<li>support for proprietary nvidia and ATI 3D graphic drivers, Open Source drivers support is available too
|
||||
<li>NTFS read and write support using ntfs-3g
|
||||
<li>3D graphical desktop support with AIGLX and Compiz
|
||||
<li>professional audio support with jack low-latency server
|
||||
<li>fixed disk installation interface
|
||||
</ul>
|
||||
</td></tr></table>
|
||||
</td><td width="0" valign=top>
|
||||
<!--#include virtual="/pub/openmamba/allmedias.inc.en.html" -->
|
||||
</td></tr><tr><td colspan=2>
|
||||
|
||||
<table width="600" class=info><tr><td>
|
||||
<b>Requirements:</b>
|
||||
<p>A Personal Computer (PC) or an Intel based Mac with the following minimum components:
|
||||
<ul>
|
||||
<li>processor: Intel Pentium III or higher or AMD K6/Duron/Athlon or higher
|
||||
<li>196 MB of RAM or more (256 are recommended)
|
||||
<li>a CD-ROM drive
|
||||
</ul>
|
||||
Additional requirements for system installation:
|
||||
<ul>
|
||||
<li>a fixed disk with 5 GB of free space or more
|
||||
</ul>
|
||||
</td></tr></table>
|
||||
|
||||
<table width="600" class=info><tr><td>
|
||||
<b>Istruzioni:</b>
|
||||
<font size="-1">
|
||||
<p><b>CD burning</b>
|
||||
<br>The livecd system is distributed as a standard ISO 9660 image file.
|
||||
So you have to burn it as an ISO image file, the option is available in most CD
|
||||
burning programs.
|
||||
openmamba livecd fits in a 700 MB (80 minutes) CD-R o CD-RW empty support.
|
||||
<br><br>
|
||||
<p><b>livecd startup</b>
|
||||
<br>Insert the CD in the player and restart the computer. On most computers the system
|
||||
should start up automatically but sometimes you have to tell the BIOS to boot from CD.
|
||||
Please see your computer guide or read the startup messages on video for more
|
||||
information on how to boot from CD.
|
||||
<p>After a 1-3 minutes wait for system startup (times depend on computer hardware features)
|
||||
openmamba graphical interface will be available and ready to use in a KDE environment
|
||||
with superuser (root) user permissions.
|
||||
</font>
|
||||
</td></tr></table>
|
||||
</div>
|
||||
|
||||
<p><h2>Download</h2>
|
||||
<p>Stable release:
|
||||
<!--#include virtual="/pub/openmamba/milestone1/media/installdvd/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/milestone1/media/installdvd/index.inc.en.html" -->
|
||||
|
||||
<p>Weekly snapshot:
|
||||
<!--#include virtual="/pub/openmamba/devel/media/installdvd/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/devel/media/installdvd/index.inc.en.html" -->
|
||||
|
||||
<p><h2>Details</h2>
|
||||
<p>
|
||||
<table width="80%" class=info><tr><td>
|
||||
<!--#include virtual="/pub/openmamba/devel/media/livecd/en/buildinfo.inc.html" -->
|
||||
</td></tr></table>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
</td></tr>
|
||||
</table>
|
||||
<!--#include virtual="/footer.html" -->
|
4
wwwroot/distribution/media/installdvd.html
Normal file
@ -0,0 +1,4 @@
|
||||
<!--#if expr="$QUERY_STRING = /lang=([a-zA-Z0-9\-+_\.]+)/" --><!--#set var="lang" value="$1" --><!--#endif -->
|
||||
<!--#if expr=$lang --><!--#else --><!--#if expr="$HTTP_ACCEPT_LANGUAGE = /([a-zA-Z0-9]+)/" --><!--#set var="lang" value="$1" --><!--#endif --><!--#endif -->
|
||||
<!--#if expr="${lang} != it" --><!--#set var="lang" value="en" --><!--#endif -->
|
||||
<!--#include virtual="installdvd.${lang}.html" -->
|
107
wwwroot/distribution/media/installdvd.it.html
Normal file
@ -0,0 +1,107 @@
|
||||
<!--#set var="title" value="installdvd" -->
|
||||
<!--#set var="description" value="Informazioni sul supporto openmamba installdvd." -->
|
||||
<!--#set var="keywords" value="about,faq,contact,information" -->
|
||||
<!--#set var="slogan" value="Distribuzione GNU/Linux" -->
|
||||
<!--#include virtual="/header.html" -->
|
||||
<!--#include virtual="/scripts/download.it.inc.js" -->
|
||||
|
||||
<table width="100%">
|
||||
<tr><td valign="middle" colspan=2>
|
||||
<br>
|
||||
<table align="center"><tr>
|
||||
<td><img src="/images/media_gr.png" alt="supporti di installazione"></td>
|
||||
<td class="toptitle">openmamba installdvd</td>
|
||||
</tr></table>
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
<br>
|
||||
<p><h2>Cos'è?</h2>
|
||||
<p><b>openmamba installdvd</b> è una versione live del sistema operativo <b>openmamba</b> utilizzabile immediatamente avviando o riavviando il computer con il CD inserito nel lettore.
|
||||
<p>Esso fornisce inoltre un'interfaccia per l'installazione su disco fisso che
|
||||
permette di usare openmamba mantenendo il sistema operativo già installato sul computer (es. Microsoft Windows).
|
||||
<p>E' compatibile con la maggior parte dei Personal Computer: portatili, desktop o server.
|
||||
<br>
|
||||
<br>
|
||||
<p><h2>Per chi è?</h2>
|
||||
<p><b>openmamba installdvd</b> è il supporto base per chi desidera installare openmamba sul proprio computer (*) senza
|
||||
dover disporre di una connessione ad internet. Infatti a differenza della versione livecd, installdvd effettua l'installazione
|
||||
di tutti i pacchetti base fornendo rapidamente un'installazione completa.
|
||||
È ideale per la maggior parte degli utilizzi di un computer
|
||||
a casa e in ufficio, ossia per accedere ad Internet, scrivere documenti, ascoltare
|
||||
musica e vedere film ed è utile anche a chi ha necessità di recuperare i dati su un computer in cui non funziona più il sistema operativo.
|
||||
<p><i>(*) possono essere utilizzati per l'installazione anche le versioni livecd, livestudio e livegames.</i>
|
||||
<br>
|
||||
<br>
|
||||
<table class=info><tr><td>
|
||||
<b>Caratteristiche:</b>
|
||||
<ul>
|
||||
<li>sistema desktop live per Personal Computer standard (Intel i686 o compatibili)
|
||||
<li>principali applicazioni: OpenOffice, amarok, kaffeine, wine, gimp, firefox, kopete, audacity, k3b
|
||||
<li>riconoscimento e configurazione automatica del sistema per la multimedialità
|
||||
<li>supporto per i driver proprietari nvidia e ATI, opzione di avvio con driver Open Source
|
||||
<li>supporto in lettura e scrittura di partizioni NTFS con ntfs-3g
|
||||
<li>supporto per il desktop grafico 3D con AIGLX e Compiz
|
||||
<li>supporto per l'audio professionale con il server a bassa latenza jack
|
||||
<li>interfaccia di installazione su disco fisso
|
||||
</ul>
|
||||
</td></tr></table>
|
||||
</td><td width="0" valign=top>
|
||||
<!--#include virtual="/pub/openmamba/allmedias.inc.it.html" -->
|
||||
</td></tr><tr><td colspan=2>
|
||||
|
||||
<table width="600" class=info><tr><td>
|
||||
<b>Requisiti</b>
|
||||
<p>Il sistema può funzionare su Personal Computer (PC) e su computer Mac basati su processore
|
||||
Intel che abbiano i seguenti minimi componenti:
|
||||
<ul>
|
||||
<li>processore Intel Pentium III o superiore o AMD K6/Duron/Athlon o superiore
|
||||
<li>196 MB di RAM o più (256 sono raccomandati)
|
||||
<li>un lettore CD/DVD-ROM
|
||||
</ul>
|
||||
Per l'installazione del sistema è inoltre richiesto:
|
||||
<ul>
|
||||
<li>un disco fisso con almeno 5 GB di spazio libero
|
||||
</ul>
|
||||
</td></tr></table>
|
||||
|
||||
<table width="600"><tr><td>
|
||||
<b>Istruzioni:</b>
|
||||
<font size="-1">
|
||||
<p><b>Masterizzazione</b>
|
||||
<br>Il sistema installdvd viene distribuito nel formato standard ISO 9660. Per la masterizzazione occorre
|
||||
utilizzare un programma apposito e scrivere il CD come file di immagine.
|
||||
openmamba livecd richiede un supporto DVD-R, DVD+R, DVD-RW o DVD+RW.
|
||||
<br><br>
|
||||
<p><b>Avvio del DVD</b>
|
||||
<br>Inserisci il DVD nell'apposito lettore e riavvia. In molti computer il sistema si
|
||||
avvierà automaticamente mentre in alcuni casi è necessario impostare nel setup o nel
|
||||
menù di avvio del BIOS l'avvio da DVD. Puoi consultare il manuale del computer o leggere
|
||||
i messaggi che compaiono all'avvio per maggiori informazioni su come avviare da DVD.
|
||||
<p>Dopo la fase di avvio del sistema della durata di 1-3 minuti (i tempi dipendono dalle
|
||||
caratteristiche del computer) sarà disponibile l'ambiente grafico di openmamba basato su
|
||||
KDE con i privilegi di superutente (root).
|
||||
</font>
|
||||
</td></tr></table>
|
||||
|
||||
<p><h2>Download</h2>
|
||||
<p>Versione stabile:
|
||||
<!--#include virtual="/pub/openmamba/milestone1/media/installdvd/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/milestone1/media/installdvd/index.inc.it.html" -->
|
||||
<br>
|
||||
|
||||
<!--<p>Versione pre-release:
|
||||
<!--#include virtual="/pub/openmamba/milestone2/media/installdvd/downloads-pre.inc.it" -- >
|
||||
<!--#include virtual="/pub/openmamba/milestone2/media/installdvd/index.inc.it.html" -- >
|
||||
-->
|
||||
|
||||
<p><h2>Informazioni dettagliate</h2>
|
||||
<p>
|
||||
<table width="80%"><tr><td>
|
||||
<!--#include virtual="/pub/openmamba/milestone1/media/installdvd/it/buildinfo.inc.html" -->
|
||||
</td></tr></table>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
</td></tr>
|
||||
</table>
|
||||
<!--#include virtual="/footer.html" -->
|
112
wwwroot/distribution/media/livecd.en.html
Normal file
@ -0,0 +1,112 @@
|
||||
<!--#set var="title" value="livecd" -->
|
||||
<!--#set var="description" value="Information on the openmamba livecd media." -->
|
||||
<!--#set var="keywords" value="about,faq,contact,information" -->
|
||||
<!--#set var="slogan" value="GNU/Linux distribution" -->
|
||||
<!--#include virtual="/header.html" -->
|
||||
<!--#include virtual="/scripts/download.en.inc.js" -->
|
||||
|
||||
<table width="100%">
|
||||
<tr><td valign="middle" colspan=2>
|
||||
<br>
|
||||
<table align="center"><tr>
|
||||
<td><img src="/images/media_gr.png" alt="installation media"></td>
|
||||
<td class="toptitle">openmamba livecd</td>
|
||||
</tr></table>
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
<br>
|
||||
<p><h2>What is this?</h2>
|
||||
<p><b>openmamba livecd</b> is a live release of the <b>openmamba</b> operating system that can immediately be used
|
||||
simply by booting or rebooting your computer with the CD in the reader.
|
||||
<p>It also provides an installation interface for system installation on fixed disk that
|
||||
lets you use openmamba while maintaining the operating system pre-installed in
|
||||
your computer (e.g. Microsoft Windows).
|
||||
<p>It works on almost any Personal Computer: notebook, desktop and server.
|
||||
<br>
|
||||
<br>
|
||||
<p><h2>Who is it for?</h2>
|
||||
<p><b>openmamba livecd</b> is the base medium for who wants to install it on a computer (*).
|
||||
It is also suitable for most kinds of computer usages at home or office, i.e. accessing
|
||||
Internet, producing documents, listening to music and watching movies and it's useful
|
||||
for data recovery on computers where the installed operating system does no longer work.
|
||||
<p><i>(*) you may also use the livestudio and livegames media for installation</i>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<table class=info><tr><td>
|
||||
<b>Features:</b>
|
||||
<ul>
|
||||
<li>live desktop system for standard Personal Computers (Intel i686 or compatible)
|
||||
<li>top applications: OpenOffice, amarok, kaffeine, wine, gimp, firefox, kopete,audacity,k3b
|
||||
<li>automatic hardware detection and configuration for multimediality
|
||||
<li>support for proprietary nvidia and ATI 3D graphic drivers, Open Source drivers support is available too
|
||||
<li>NTFS read and write support using ntfs-3g
|
||||
<li>3D graphical desktop support with AIGLX and Compiz
|
||||
<li>professional audio support with jack low-latency server
|
||||
<li>fixed disk installation interface
|
||||
</ul>
|
||||
</td></tr></table>
|
||||
</td><td width="0" valign=top>
|
||||
<!--#include virtual="/pub/openmamba/allmedias.inc.en.html" -->
|
||||
</td></tr><tr><td colspan=2>
|
||||
|
||||
<table width="600" class=info><tr><td>
|
||||
<b>Requirements:</b>
|
||||
<p>A Personal Computer (PC) or an Intel based Mac with the following minimum components:
|
||||
<ul>
|
||||
<li>processor: Intel Pentium III or higher or AMD K6/Duron/Athlon or higher
|
||||
<li>196 MB of RAM or more (256 are recommended)
|
||||
<li>a CD-ROM drive
|
||||
</ul>
|
||||
Additional requirements for system installation:
|
||||
<ul>
|
||||
<li>a fixed disk with 5 GB of free space or more
|
||||
</ul>
|
||||
</td></tr></table>
|
||||
|
||||
<table width="600" class=info><tr><td>
|
||||
<b>Instructions:</b>
|
||||
<font size="-1">
|
||||
<p><b>CD burning</b>
|
||||
<br>The livecd system is distributed as a standard ISO 9660 image file.
|
||||
So you have to burn it as an ISO image file, the option is available in most CD
|
||||
burning programs.
|
||||
openmamba livecd fits in a 700 MB (80 minutes) CD-R o CD-RW empty support.
|
||||
<br><br>
|
||||
<p><b>livecd startup</b>
|
||||
<br>Insert the CD in the player and restart the computer. On most computers the system
|
||||
should start up automatically but sometimes you have to tell the BIOS to boot from CD.
|
||||
Please see your computer guide or read the startup messages on video for more
|
||||
information on how to boot from CD.
|
||||
<p>After a 1-3 minutes wait for system startup (times depend on computer hardware features)
|
||||
openmamba graphical interface will be available and ready to use in a KDE environment
|
||||
with superuser (root) user permissions.
|
||||
</font>
|
||||
</td></tr></table>
|
||||
</div>
|
||||
|
||||
<p><h2>Download</h2>
|
||||
<p>Stable release:
|
||||
<!--#include virtual="/pub/openmamba/media/milestone1/livecd/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/media/milestone1/livecd/index.inc.en.html" -->
|
||||
<br>
|
||||
<p>Prerelease:
|
||||
<!--#include virtual="/pub/openmamba/media/milestone2/livecd/downloads.inc" -- >
|
||||
<!--#include virtual="/pub/openmamba/media/milestone2/livecd/index.inc.en.pre.html" -->
|
||||
<br>
|
||||
|
||||
<p>Weekly snapshot:
|
||||
<!--#include virtual="/pub/openmamba/media/devel/livecd/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/media/devel/livecd/index.inc.en.html" -->
|
||||
<br>
|
||||
<p><h2>Details</h2>
|
||||
<p>
|
||||
<table width="80%" class=info><tr><td>
|
||||
<!--#include virtual="/pub/openmamba/devel/media/livecd/en/buildinfo.inc.html" -->
|
||||
</td></tr></table>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
</td></tr>
|
||||
</table>
|
||||
<!--#include virtual="/footer.html" -->
|
4
wwwroot/distribution/media/livecd.html
Normal file
@ -0,0 +1,4 @@
|
||||
<!--#if expr="$QUERY_STRING = /lang=([a-zA-Z0-9\-+_\.]+)/" --><!--#set var="lang" value="$1" --><!--#endif -->
|
||||
<!--#if expr=$lang --><!--#else --><!--#if expr="$HTTP_ACCEPT_LANGUAGE = /([a-zA-Z0-9]+)/" --><!--#set var="lang" value="$1" --><!--#endif --><!--#endif -->
|
||||
<!--#if expr="${lang} != it" --><!--#set var="lang" value="en" --><!--#endif -->
|
||||
<!--#include virtual="livecd.${lang}.html" -->
|
100
wwwroot/distribution/media/livecd.it.html
Normal file
@ -0,0 +1,100 @@
|
||||
<!--#set var="title" value="livecd" -->
|
||||
<!--#set var="description" value="Informazioni sul supporto openmamba livecd." -->
|
||||
<!--#set var="keywords" value="about,faq,contact,information" -->
|
||||
<!--#set var="slogan" value="Distribuzione GNU/Linux" -->
|
||||
<!--#include virtual="/header.html" -->
|
||||
<!--#include virtual="/scripts/download.it.inc.js" -->
|
||||
|
||||
<table width="100%">
|
||||
<tr><td valign="middle" colspan=2>
|
||||
<br>
|
||||
<table align="center"><tr>
|
||||
<td><img src="/images/media_gr.png" alt="supporti di installazione"></td>
|
||||
<td class="toptitle">openmamba livecd</td>
|
||||
</tr></table>
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
<p><h2>Cos'è?</h2>
|
||||
<p><b>openmamba livecd</b> è una versione live del sistema operativo <b>openmamba</b> utilizzabile immediatamente avviando o riavviando il computer con il CD inserito nel lettore.
|
||||
<p>Esso fornisce inoltre un'interfaccia per l'installazione su disco fisso che
|
||||
permette di usare openmamba mantenendo il sistema operativo già installato sul computer (es. Microsoft Windows).
|
||||
<p>E' compatibile con la maggior parte dei Personal Computer: portatili, desktop o server.
|
||||
<br>
|
||||
<br>
|
||||
<p><h2>Per chi è?</h2>
|
||||
<p><b>openmamba livecd</b> è il supporto base per chi desidera installare openmamba sul proprio computer (*).
|
||||
Inoltre è ideale per la maggior parte degli utilizzi di un computer
|
||||
a casa e in ufficio, ossia per accedere ad Internet, scrivere documenti, ascoltare
|
||||
musica e vedere film ed è utile anche a chi ha necessità di recuperare i dati su un computer in cui non funziona più il sistema operativo.
|
||||
<p><i>(*) possono essere utilizzate per l'installazione anche le distribuzioni livestudio e livegames.</i>
|
||||
<br>
|
||||
<br>
|
||||
<table class=info><tr><td>
|
||||
<b>Caratteristiche:</b>
|
||||
<ul>
|
||||
<li>sistema desktop live per Personal Computer standard (Intel i686 o compatibili)
|
||||
<li>principali applicazioni: OpenOffice, amarok, kaffeine, wine, gimp, firefox, kopete, audacity, k3b
|
||||
<li>riconoscimento e configurazione automatica del sistema per la multimedialità
|
||||
<li>supporto per i driver proprietari nvidia e ATI, opzione di avvio con driver Open Source
|
||||
<li>supporto in lettura e scrittura di partizioni NTFS con ntfs-3g
|
||||
<li>supporto per il desktop grafico 3D con AIGLX e Compiz
|
||||
<li>supporto per l'audio professionale con il server a bassa latenza jack
|
||||
<li>interfaccia di installazione su disco fisso
|
||||
</ul>
|
||||
</td></tr></table>
|
||||
</td><td width="0" valign=top>
|
||||
<!--#include virtual="/pub/openmamba/allmedias.inc.it.html" -->
|
||||
</td></tr><tr><td colspan=2>
|
||||
<table width="600" class=info><tr><td>
|
||||
<b>Requisiti</b>
|
||||
<p>Il sistema può funzionare su Personal Computer (PC) e su computer Mac basati su processore
|
||||
Intel che abbiano i seguenti minimi componenti:
|
||||
<ul>
|
||||
<li>processore Intel Pentium III o superiore o AMD K6/Duron/Athlon o superiore
|
||||
<li>196 MB di RAM o più (256 sono raccomandati)
|
||||
<li>un lettore di CD-ROM
|
||||
</ul>
|
||||
Per l'installazione del sistema è inoltre richiesto:
|
||||
<ul>
|
||||
<li>un disco fisso con almeno 5 GB di spazio libero
|
||||
</ul>
|
||||
</td></tr></table>
|
||||
|
||||
<table width="600"><tr><td>
|
||||
<b>Istruzioni:</b>
|
||||
<font size="-1">
|
||||
<p><b>Masterizzazione</b>
|
||||
<br>Il sistema livecd viene distribuito nel formato standard ISO 9660. Per la masterizzazione occorre
|
||||
utilizzare un programma apposito e scrivere il CD come file di immagine.
|
||||
openmamba livecd richiede un supporto CD-R o CD-RW da 700 MB (80 minuti).
|
||||
<br><br>
|
||||
<p><b>Avvio del livecd</b>
|
||||
<br>Inserisci il CD nell'apposito lettore e riavvia. In molti computer il sistema si
|
||||
avvierà automaticamente mentre in alcuni casi è necessario impostare nel setup o nel
|
||||
menù di avvio del BIOS l'avvio da CD. Puoi consultare il manuale del computer o leggere
|
||||
i messaggi che compaiono all'avvio per maggiori informazioni su come avviare da CD.
|
||||
<p>Dopo la fase di avvio del sistema della durata di 1-3 minuti (i tempi dipendono dalle
|
||||
caratteristiche del computer) sarà disponibile l'ambiente grafico di openmamba basato su
|
||||
KDE con i privilegi di superutente (root).
|
||||
</font>
|
||||
</td></tr></table>
|
||||
|
||||
<p><h2>Download</h2>
|
||||
<p>Versione stabile:
|
||||
<!--#include virtual="/pub/openmamba/milestone1/media/livecd/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/milestone1/media/livecd/index.inc.it.html" -->
|
||||
<br>
|
||||
<p>Versione pre-release:
|
||||
<!--#include virtual="/pub/openmamba/milestone2/media/livecd/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/milestone2/media/livecd/index.inc.it.pre.html" -->
|
||||
<br>
|
||||
|
||||
<p>Snapshot settimanale:
|
||||
<!--#include virtual="/pub/openmamba/devel/media/livecd/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/devel/media/livecd/index.inc.it.html" -->
|
||||
|
||||
<br>
|
||||
<br>
|
||||
</td></tr>
|
||||
</table>
|
||||
<!--#include virtual="/footer.html" -->
|
109
wwwroot/distribution/media/livedvd.en.html
Normal file
@ -0,0 +1,109 @@
|
||||
<!--#set var="title" value="livedvd" -->
|
||||
<!--#set var="description" value="Information on the openmamba livedvd media." -->
|
||||
<!--#set var="keywords" value="about,faq,contact,information" -->
|
||||
<!--#set var="slogan" value="GNU/Linux distribution" -->
|
||||
<!--#include virtual="/header.html" -->
|
||||
<!--#include virtual="/scripts/download.en.inc.js" -->
|
||||
|
||||
<table width="100%">
|
||||
<tr><td colspan=2 valign="middle">
|
||||
<br>
|
||||
<table align="center"><tr>
|
||||
<td><img src="/images/media_gr.png" alt="installation media"></td>
|
||||
<td class="toptitle">openmamba livedvd</td>
|
||||
</tr></table>
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
<p><h2>What is this?</h2>
|
||||
<p><b>openmamba livedvd</b> is a live release of the <b>openmamba</b> operating system that can immediately be used
|
||||
simply by booting or rebooting your computer with the CD in the reader.
|
||||
<p>It also provides an installation interface for system installation on fixed disk that
|
||||
lets you use openmamba while maintaining the operating system pre-installed in
|
||||
your computer (e.g. Microsoft Windows).
|
||||
<p>It works on almost any Personal Computer: notebook, desktop and server.
|
||||
<br>
|
||||
<br>
|
||||
<p><h2>Who is it for?</h2>
|
||||
<p><b>openmamba livedvd</b> is the base medium for who wants to install it on a computer (*).
|
||||
It is also suitable for most kinds of computer usages at home or office, i.e. accessing
|
||||
Internet, producing documents, listening to music and watching movies and it's useful
|
||||
for data recovery on computers where the installed operating system does no longer work.
|
||||
<p><i>(*) you may also use the livestudio and livegames media for installation</i>
|
||||
<br>
|
||||
<br>
|
||||
<table class=info><tr><td>
|
||||
<b>Features:</b>
|
||||
<ul>
|
||||
<li>live desktop system for standard Personal Computers (Intel i686 or compatible)
|
||||
<li>top applications: OpenOffice, amarok, kaffeine, wine, gimp, firefox, kopete,audacity,k3b
|
||||
<li>automatic hardware detection and configuration for multimediality
|
||||
<li>support for proprietary nvidia and ATI 3D graphic drivers, Open Source drivers support is available too
|
||||
<li>NTFS read and write support using ntfs-3g
|
||||
<li>3D graphical desktop support with AIGLX and Compiz
|
||||
<li>professional audio support with jack low-latency server
|
||||
<li>fixed disk installation interface
|
||||
</ul>
|
||||
</td></tr></table>
|
||||
</td><td valign=top width="0">
|
||||
<!--#include virtual="/pub/openmamba/allmedias.inc.en.html" -->
|
||||
</td></tr><tr><td colspan=2>
|
||||
<table width="600" class=info><tr><td>
|
||||
<b>Requirements:</b>
|
||||
<p>A Personal Computer (PC) or an Intel based Mac with the following minimum components:
|
||||
<ul>
|
||||
<li>processor: Intel Pentium III or higher or AMD K6/Duron/Athlon or higher
|
||||
<li>196 MB of RAM or more (256 are recommended)
|
||||
<li>a CD-ROM drive
|
||||
</ul>
|
||||
Additional requirements for system installation:
|
||||
<ul>
|
||||
<li>a fixed disk with 5 GB of free space or more
|
||||
</ul>
|
||||
</td></tr></table>
|
||||
|
||||
<table width="600" class=info><tr><td>
|
||||
<b>Instructions:</b>
|
||||
<font size="-1">
|
||||
<p><b>CD burning</b>
|
||||
<br>The livedvd system is distributed as a standard ISO 9660 image file.
|
||||
So you have to burn it as an ISO image file, the option is available in most CD
|
||||
burning programs.
|
||||
openmamba livedvd fits in a DVD+/-R or DVD+/-RW empty support.
|
||||
<br><br>
|
||||
<p><b>livedvd startup</b>
|
||||
<br>Insert the CD in the player and restart the computer. On most computers the system
|
||||
should start up automatically but sometimes you have to tell the BIOS to boot from CD.
|
||||
Please see your computer guide or read the startup messages on video for more
|
||||
information on how to boot from CD.
|
||||
<p>After a 1-3 minutes wait for system startup (times depend on computer hardware features)
|
||||
openmamba graphical interface will be available and ready to use in a KDE environment
|
||||
with superuser (root) user permissions.
|
||||
</font>
|
||||
</td></tr></table>
|
||||
</div>
|
||||
|
||||
<p><h2>Download</h2>
|
||||
<!--<p>Stable release:
|
||||
< !--#include virtual="/pub/openmamba/milestone1/media/livedvd/downloads.inc" -- >
|
||||
< !--#include virtual="/pub/openmamba/milestone1/media/livedvd/index.inc.en.html" -- >-->
|
||||
<br>
|
||||
<p>Pre-release:
|
||||
<!--#include virtual="/pub/openmamba/milestone2/media/livedvd/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/milestone2/media/livedvd/index.inc.en.pre.html" -->
|
||||
<br>
|
||||
|
||||
<p>Weekly snapshot:
|
||||
<!--#include virtual="/pub/openmamba/devel/media/livedvd/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/devel/media/livedvd/index.inc.en.html" -->
|
||||
<br>
|
||||
<p><h2>Details</h2>
|
||||
<p>
|
||||
<table width="80%" class=info><tr><td>
|
||||
<!--#include virtual="/pub/openmamba/devel/media/livedvd/en/buildinfo.inc.html" -->
|
||||
</td></tr></table>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
</td></tr>
|
||||
</table>
|
||||
<!--#include virtual="/footer.html" -->
|
4
wwwroot/distribution/media/livedvd.html
Normal file
@ -0,0 +1,4 @@
|
||||
<!--#if expr="$QUERY_STRING = /lang=([a-zA-Z0-9\-+_\.]+)/" --><!--#set var="lang" value="$1" --><!--#endif -->
|
||||
<!--#if expr=$lang --><!--#else --><!--#if expr="$HTTP_ACCEPT_LANGUAGE = /([a-zA-Z0-9]+)/" --><!--#set var="lang" value="$1" --><!--#endif --><!--#endif -->
|
||||
<!--#if expr="${lang} != it" --><!--#set var="lang" value="en" --><!--#endif -->
|
||||
<!--#include virtual="livedvd.${lang}.html" -->
|
100
wwwroot/distribution/media/livedvd.it.html
Normal file
@ -0,0 +1,100 @@
|
||||
<!--#set var="title" value="livedvd" -->
|
||||
<!--#set var="description" value="Informazioni sul supporto openmamba livedvd." -->
|
||||
<!--#set var="keywords" value="about,faq,contact,information" -->
|
||||
<!--#set var="slogan" value="Distribuzione GNU/Linux" -->
|
||||
<!--#include virtual="/header.html" -->
|
||||
<!--#include virtual="/scripts/download.it.inc.js" -->
|
||||
|
||||
<table width="100%">
|
||||
<tr><td colspan=2 valign="middle">
|
||||
<br>
|
||||
<table align="center"><tr>
|
||||
<td><img src="/images/media_gr.png" alt="supporti di installazione"></td>
|
||||
<td class="toptitle">openmamba livedvd</td>
|
||||
</tr></table>
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
<p><h2>Cos'è?</h2>
|
||||
<p><b>openmamba livedvd</b> è una versione live del sistema operativo <b>openmamba</b> utilizzabile immediatamente avviando o riavviando il computer con il CD inserito nel lettore.
|
||||
<p>Esso fornisce inoltre un'interfaccia per l'installazione su disco fisso che
|
||||
permette di usare openmamba mantenendo il sistema operativo già installato sul computer (es. Microsoft Windows).
|
||||
<p>E' compatibile con la maggior parte dei Personal Computer: portatili, desktop o server.
|
||||
<br>
|
||||
<br>
|
||||
<p><h2>Per chi è?</h2>
|
||||
<p><b>openmamba livedvd</b> è il supporto base per chi desidera installare openmamba sul proprio computer (*).
|
||||
Inoltre è ideale per la maggior parte degli utilizzi di un computer
|
||||
a casa e in ufficio, ossia per accedere ad Internet, scrivere documenti, ascoltare
|
||||
musica e vedere film ed è utile anche a chi ha necessità di recuperare i dati su un computer in cui non funziona più il sistema operativo.
|
||||
<p><i>(*) possono essere utilizzate per l'installazione anche le distribuzioni livestudio e livegames.</i>
|
||||
<br>
|
||||
<br>
|
||||
<table class=info><tr><td>
|
||||
<b>Caratteristiche:</b>
|
||||
<ul>
|
||||
<li>sistema desktop live per Personal Computer standard (Intel i686 o compatibili)
|
||||
<li>principali applicazioni: OpenOffice, amarok, kaffeine, wine, gimp, firefox, kopete, audacity, k3b
|
||||
<li>riconoscimento e configurazione automatica del sistema per la multimedialità
|
||||
<li>supporto per i driver proprietari nvidia e ATI, opzione di avvio con driver Open Source
|
||||
<li>supporto in lettura e scrittura di partizioni NTFS con ntfs-3g
|
||||
<li>supporto per il desktop grafico 3D con AIGLX e Compiz
|
||||
<li>supporto per l'audio professionale con il server a bassa latenza jack
|
||||
<li>interfaccia di installazione su disco fisso
|
||||
</ul>
|
||||
</td></tr></table>
|
||||
</td><td width="0" valign=top>
|
||||
<!--#include virtual="/pub/openmamba/allmedias.inc.it.html" -->
|
||||
</td></tr><tr><td colspan=2>
|
||||
<table width="600" class=info><tr><td>
|
||||
<b>Requisiti</b>
|
||||
<p>Il sistema può funzionare su Personal Computer (PC) e su computer Mac basati su processore
|
||||
Intel che abbiano i seguenti minimi componenti:
|
||||
<ul>
|
||||
<li>processore Intel Pentium III o superiore o AMD K6/Duron/Athlon o superiore
|
||||
<li>196 MB di RAM o più (256 sono raccomandati)
|
||||
<li>un lettore di CD-ROM
|
||||
</ul>
|
||||
Per l'installazione del sistema è inoltre richiesto:
|
||||
<ul>
|
||||
<li>un disco fisso con almeno 5 GB di spazio libero
|
||||
</ul>
|
||||
</td></tr></table>
|
||||
|
||||
<table width="600"><tr><td>
|
||||
<b>Istruzioni:</b>
|
||||
<font size="-1">
|
||||
<p><b>Masterizzazione</b>
|
||||
<br>Il sistema livedvd viene distribuito nel formato standard ISO 9660. Per la masterizzazione occorre
|
||||
utilizzare un programma apposito e scrivere il CD come file di immagine.
|
||||
openmamba livedvd richiede un supporto DVD+/-R o DVD-+/-RW.
|
||||
<br><br>
|
||||
<p><b>Avvio del livedvd</b>
|
||||
<br>Inserisci il CD nell'apposito lettore e riavvia. In molti computer il sistema si
|
||||
avvierà automaticamente mentre in alcuni casi è necessario impostare nel setup o nel
|
||||
menù di avvio del BIOS l'avvio da CD. Puoi consultare il manuale del computer o leggere
|
||||
i messaggi che compaiono all'avvio per maggiori informazioni su come avviare da CD.
|
||||
<p>Dopo la fase di avvio del sistema della durata di 1-3 minuti (i tempi dipendono dalle
|
||||
caratteristiche del computer) sarà disponibile l'ambiente grafico di openmamba basato su
|
||||
KDE con i privilegi di superutente (root).
|
||||
</font>
|
||||
</td></tr></table>
|
||||
|
||||
<p><h2>Download</h2>
|
||||
<!--<p>Versione stabile:
|
||||
<! --#include virtual="/pub/openmamba/milestone1/media/livedvd/downloads.inc" -- >
|
||||
<! --#include virtual="/pub/openmamba/milestone1/media/livedvd/index.inc.it.html" -- > -->
|
||||
<br>
|
||||
<p>Versione pre-release:
|
||||
<!--#include virtual="/pub/openmamba/milestone2/media/livedvd/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/milestone2/media/livedvd/index.inc.it.pre.html" -->
|
||||
<br>
|
||||
|
||||
<p>Snapshot settimanale:
|
||||
<!--#include virtual="/pub/openmamba/devel/media/livedvd/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/devel/media/livedvd/index.inc.it.html" -->
|
||||
<br>
|
||||
|
||||
<br>
|
||||
</td></tr>
|
||||
</table>
|
||||
<!--#include virtual="/footer.html" -->
|
108
wwwroot/distribution/media/livegames.en.html
Normal file
@ -0,0 +1,108 @@
|
||||
<!--#set var="title" value="livegames" -->
|
||||
<!--#set var="description" value="Information on the openmamba livegames media." -->
|
||||
<!--#set var="keywords" value="about,faq,contact,information" -->
|
||||
<!--#set var="slogan" value="GNU/Linux distribution" -->
|
||||
<!--#include virtual="/header.html" -->
|
||||
<!--#include virtual="/scripts/download.en.inc.js" -->
|
||||
|
||||
<table width="100%">
|
||||
<tr><td valign="middle" colspan=2>
|
||||
<br>
|
||||
<table align="center"><tr>
|
||||
<td><img src="/images/media_gr.png" alt="installation media"></td>
|
||||
<td class="toptitle">openmamba livegames</td>
|
||||
</tr></table>
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
<br>
|
||||
<p><h2>What is this?</h2>
|
||||
<p><b>openmamba livegames</b> is a live release of the <b>openmamba</b> operating system that
|
||||
provides a collection of games that can immediately be used simply by booting or
|
||||
rebooting your computer with the CD in the reader.
|
||||
<p>It also provides an installation interface for system installation on fixed disk that
|
||||
lets you use openmamba while maintaining the operating system pre-installed in
|
||||
your computer (e.g. Microsoft Windows).
|
||||
<p>It works on almost any Personal Computer: notebook, desktop and server.
|
||||
<br>
|
||||
<br>
|
||||
<p><h2>Who is it for?</h2>
|
||||
<b>openmamba livegames</b> is good for people who like relaxing and spend time playing.
|
||||
It's useful as well for "portable" ludic moments anywhere a computer can be used.
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<table class=info><tr><td>
|
||||
<b>Features:</b>
|
||||
<ul>
|
||||
<li>live desktop system for standard Personal Computers (Intel i686 or compatible)
|
||||
<li>top applications: Torcs, Tuxracer, Tuxkart, Pingus, FlightGear, Frozen Bubble, KSudoku
|
||||
<li>automatic hardware detection and configuration for multimediality
|
||||
<li>support for proprietary nvidia and ATI 3D graphic drivers, Open Source drivers support is available too
|
||||
<li>NTFS read and write support using ntfs-3g
|
||||
<li>3D graphical desktop support with AIGLX and Compiz
|
||||
<li>professional audio support with jack low-latency server
|
||||
<li>fixed disk installation interface
|
||||
</ul>
|
||||
</td></tr></table>
|
||||
</td><td width="0" valign=top>
|
||||
<!--#include virtual="/pub/openmamba/allmedias.inc.en.html" -->
|
||||
</td></tr><tr><td colspan=2>
|
||||
<table width="600" class=info><tr><td>
|
||||
<b>Requirements:</b>
|
||||
<p>A Personal Computer (PC) or an Intel based Mac with the following minimum components:
|
||||
<ul>
|
||||
<li>processor: Intel Pentium III or higher or AMD K6/Duron/Athlon or higher
|
||||
<li>196 MB of RAM or more (256 are recommended)
|
||||
<li>a CD-ROM drive
|
||||
</ul>
|
||||
Additional requirements for system installation:
|
||||
<ul>
|
||||
<li>a fixed disk with 5 GB of free space or more
|
||||
</ul>
|
||||
</td></tr></table>
|
||||
|
||||
<table width="600" class=info><tr><td>
|
||||
<b>Istruzioni:</b>
|
||||
<font size="-1">
|
||||
<p><b>CD burning</b>
|
||||
<br>The livegames system is distributed as a standard ISO 9660 image file.
|
||||
So you have to burn it as an ISO image file, the option is available in most CD
|
||||
burning programs.
|
||||
openmamba livegames fits in a 700 MB (80 minutes) CD-R o CD-RW empty support.
|
||||
<br><br>
|
||||
<p><b>livecd startup</b>
|
||||
<br>Insert the CD in the player and restart the computer. On most computers the system
|
||||
should start up automatically but sometimes you have to tell the BIOS to boot from CD.
|
||||
Please see your computer guide or read the startup messages on video for more
|
||||
information on how to boot from CD.
|
||||
<p>After a 1-3 minutes wait for system startup (times depend on computer hardware features)
|
||||
openmamba graphical interface will be available and ready to use in a KDE environment
|
||||
with superuser (root) user permissions.
|
||||
</font>
|
||||
</td></tr></table>
|
||||
|
||||
<p><h2>Download</h2>
|
||||
<!--<p>Stable release:
|
||||
< ! --#include virtual="/pub/openmamba/media/milestone1/livegames/downloads.inc" -- >
|
||||
< ! --#include virtual="/pub/openmamba/media/milestone1/livegames/index.inc.en.html" -- >
|
||||
<br>-->
|
||||
<p>Prerelease:
|
||||
<!--#include virtual="/pub/openmamba/media/milestone2/livegames/downloads.inc" -- >
|
||||
<!--#include virtual="/pub/openmamba/media/milestone2/livegames/index.inc.en.pre.html" -->
|
||||
<br>
|
||||
|
||||
<p>Weekly snapshot:
|
||||
<!--#include virtual="/pub/openmamba/media/devel/livegames/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/media/devel/livegames/index.inc.en.html" -->
|
||||
<br>
|
||||
<p><h2>Build info</h2>
|
||||
<p>
|
||||
<table width="80%" class=info><tr><td>
|
||||
<!--#include virtual="/pub/openmamba/devel/media/livegames/en/buildinfo.inc.html" -->
|
||||
</td></tr></table>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
</td></tr>
|
||||
</table>
|
||||
<!--#include virtual="/footer.html" -->
|
4
wwwroot/distribution/media/livegames.html
Normal file
@ -0,0 +1,4 @@
|
||||
<!--#if expr="$QUERY_STRING = /lang=([a-zA-Z0-9\-+_\.]+)/" --><!--#set var="lang" value="$1" --><!--#endif -->
|
||||
<!--#if expr=$lang --><!--#else --><!--#if expr="$HTTP_ACCEPT_LANGUAGE = /([a-zA-Z0-9]+)/" --><!--#set var="lang" value="$1" --><!--#endif --><!--#endif -->
|
||||
<!--#if expr="${lang} != it" --><!--#set var="lang" value="en" --><!--#endif -->
|
||||
<!--#include virtual="livegames.${lang}.html" -->
|
109
wwwroot/distribution/media/livegames.it.html
Normal file
@ -0,0 +1,109 @@
|
||||
<!--#set var="title" value="livegames" -->
|
||||
<!--#set var="description" value="Informazioni sul supporto openmamba livegames." -->
|
||||
<!--#set var="keywords" value="about,faq,contact,information" -->
|
||||
<!--#set var="slogan" value="Distribuzione GNU/Linux" -->
|
||||
<!--#include virtual="/header.html" -->
|
||||
<!--#include virtual="/scripts/download.it.inc.js" -->
|
||||
|
||||
<table width="100%">
|
||||
<tr><td valign="middle" colspan=2>
|
||||
<br>
|
||||
<table align="center"><tr>
|
||||
<td><img src="/images/media_gr.png" alt="supporti di installazione"></td>
|
||||
<td class="toptitle">openmamba livegames</td>
|
||||
</tr></table>
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
<br>
|
||||
<p><h2>Cos'è?</h2>
|
||||
<p><b>openmamba livegames</b> è una versione live del sistema operativo <b>openmamba</b>
|
||||
che contiene una raccolta di giochi utilizzabili immediatamente avviando o riavviando
|
||||
il computer con il CD inserito nel lettore.
|
||||
<p>Esso fornisce inoltre un'interfaccia per l'installazione su disco fisso che
|
||||
ti permette di usare openmamba mantenendo il sistema operativo già installato sul tuo
|
||||
computer (es. Microsoft Windows).
|
||||
<p>E' compatibile con la maggior parte dei Personal Computer: portatili, desktop o server.
|
||||
<br>
|
||||
<br>
|
||||
<p><h2>Per chi è?</h2>
|
||||
<b>openmamba livegames</b> è pensato per chi ama rilassarsi e passare il tempo giocando
|
||||
con il computer. È inoltre comodo per momenti ludici "portabili" dovunque ci sia un computer
|
||||
a disposizione.
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<table class=info><tr><td>
|
||||
<b>Caratteristiche:</b>
|
||||
<ul>
|
||||
<li>sistema desktop live per Personal Computer standard (Intel i686 o compatibili)
|
||||
<li>principali applicazioni: Torcs, Tuxracer, Tuxkart, Pingus, FlightGear, Frozen Bubble, KSudoku
|
||||
<li>riconoscimento e configurazione automatica del sistema per la multimedialità
|
||||
<li>supporto per i driver proprietari nvidia e ATI, opzione di avvio con driver Open Source
|
||||
<li>supporto in lettura e scrittura di partizioni NTFS con ntfs-3g
|
||||
<li>supporto per il desktop grafico 3D con AIGLX e Compiz
|
||||
<li>supporto per l'audio professionale con il server a bassa latenza jack
|
||||
<li>interfaccia di installazione su disco fisso
|
||||
</ul>
|
||||
</td></tr></table>
|
||||
</td><td width="0" valign=top>
|
||||
<!--#include virtual="/pub/openmamba/allmedias.inc.it.html" -->
|
||||
</td></tr><tr><td colspan=2>
|
||||
<table width="600" class=info><tr><td>
|
||||
<b>Requisiti</b>
|
||||
<p>Il sistema può funzionare su Personal Computer (PC) e su computer Mac basati su processore
|
||||
Intel che abbiano i seguenti minimi componenti:
|
||||
<ul>
|
||||
<li>processore Intel Pentium III o superiore o AMD K6/Duron/Athlon o superiore
|
||||
<li>196 MB di RAM o più (256 sono raccomandati)
|
||||
<li>un lettore di CD-ROM
|
||||
</ul>
|
||||
Per l'installazione del sistema è inoltre richiesto:
|
||||
<ul>
|
||||
<li>un disco fisso con almeno 5 GB di spazio libero
|
||||
</ul>
|
||||
</td></tr></table>
|
||||
|
||||
<table width="600" class=info><tr><td>
|
||||
<b>Istruzioni:</b>
|
||||
<font size="-1">
|
||||
<p><b>Masterizzazione</b>
|
||||
<br>Il sistema livegames viene distribuito nel formato standard ISO 9660. Per la masterizzazione occorre
|
||||
utilizzare un programma apposito e scrivere il CD come file di immagine.
|
||||
openmamba livegames richiede un supporto CD-R o CD-RW da 700 MB (80 minuti).
|
||||
<br><br>
|
||||
<p><b>Avvio del livecd</b>
|
||||
<br>Inserisci il CD nell'apposito lettore e riavvia. In molti computer il sistema si
|
||||
avvierà automaticamente mentre in alcuni casi è necessario impostare nel setup o nel
|
||||
menù di avvio del BIOS l'avvio da CD. Puoi consultare il manuale del computer o leggere
|
||||
i messaggi che compaiono all'avvio per maggiori informazioni su come avviare da CD.
|
||||
<p>Dopo la fase di avvio del sistema della durata di 1-3 minuti (i tempi dipendono dalle
|
||||
caratteristiche del computer) sarà disponibile l'ambiente grafico di openmamba basato su
|
||||
KDE con i privilegi di superutente (root).
|
||||
</font>
|
||||
</td></tr></table>
|
||||
|
||||
<p><h2>Download</h2>
|
||||
<!--<p>Versione stabile:
|
||||
< !--#include virtual="/pub/openmamba/milestone1/media/livegames/downloads.inc" -- >
|
||||
< !--#include virtual="/pub/openmamba/milestone1/media/livegames/index.inc.it.html" -- >
|
||||
<br>-->
|
||||
<p>Versione pre-release:
|
||||
<!--#include virtual="/pub/openmamba/milestone2/media/livegames/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/milestone2/media/livegames/index.inc.it.pre.html" -->
|
||||
<br>
|
||||
|
||||
<p>Snapshot settimanale:
|
||||
<!--#include virtual="/pub/openmamba/devel/media/livegames/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/devel/media/livegames/index.inc.it.html" -->
|
||||
<br>
|
||||
<p><h2>Informazioni dettagliate</h2>
|
||||
<p>
|
||||
<table width="80%" class=info><tr><td>
|
||||
<!--#include virtual="/pub/openmamba/devel/media/livegames/it/buildinfo.inc.html" -->
|
||||
</td></tr></table>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
</td></tr>
|
||||
</table>
|
||||
<!--#include virtual="/footer.html" -->
|
107
wwwroot/distribution/media/livestudio.en.html
Normal file
@ -0,0 +1,107 @@
|
||||
<!--#set var="title" value="livestudio" -->
|
||||
<!--#set var="description" value="Information on the openmamba livestudio media." -->
|
||||
<!--#set var="keywords" value="about,faq,contact,information" -->
|
||||
<!--#set var="slogan" value="GNU/Linux distribution" -->
|
||||
<!--#include virtual="/header.html" -->
|
||||
<!--#include virtual="/scripts/download.en.inc.js" -->
|
||||
|
||||
<table width="100%">
|
||||
<tr><td valign="middle">
|
||||
<br>
|
||||
<table align="center"><tr>
|
||||
<td><img src="/images/media_gr.png" alt="installation media"></td>
|
||||
<td class="toptitle">openmamba livestudio</td>
|
||||
</tr></table>
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
<br>
|
||||
<p><h2>What is this?</h2>
|
||||
<p><b>openmamba livestudio</b> is a live release of the <b>openmamba</b> operating system that
|
||||
provides a collection of program for creative productivity that can immediately be used simply
|
||||
by booting or rebooting your computer with the CD in the reader.
|
||||
<p>It also provides an installation interface for system installation on fixed disk that
|
||||
lets you use openmamba while maintaining the operating system pre-installed in
|
||||
your computer (e.g. Microsoft Windows).
|
||||
<p>It works on almost any Personal Computer: notebook, desktop and server.
|
||||
<br>
|
||||
<br>
|
||||
<p><h2>Who is it for?</h2>
|
||||
<b>openmamba livestudio</b> was thought for musicians, designers, graphics, photographers
|
||||
and who likes expressing creativity through new tecnologies.
|
||||
It's a collection that shows the most recent release in the Open Source software world
|
||||
and offest an alternative possibility in a branch where commecial products are
|
||||
still preferred for professional purposes.
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<table class=info><tr><td>
|
||||
<b>Features:</b>
|
||||
<ul>
|
||||
<li>live desktop system for standard Personal Computers (Intel i686 or compatible)
|
||||
<li>top applications: Blender, GIMP, Mixxx, Lives, Qtractor, Rosegarden, Audacity, ZynAddSubFX, Hydrogen, Kino
|
||||
<li>automatic hardware detection and configuration for multimediality
|
||||
<li>support for proprietary nvidia and ATI 3D graphic drivers, Open Source drivers support is available too
|
||||
<li>NTFS read and write support using ntfs-3g
|
||||
<li>3D graphical desktop support with AIGLX and Compiz
|
||||
<li>professional audio support with jack low-latency server
|
||||
<li>fixed disk installation interface
|
||||
</ul>
|
||||
</td></tr></table>
|
||||
</td><td width="0" valign=top>
|
||||
<!--#include virtual="/pub/openmamba/allmedias.inc.en.html" -->
|
||||
</td></tr><tr><td colspan=2>
|
||||
|
||||
<table width="600" class=info><tr><td>
|
||||
<b>Requirements:</b>
|
||||
<p>A Personal Computer (PC) or an Intel based Mac with the following minimum components:
|
||||
<ul>
|
||||
<li>processor: Intel Pentium III or higher or AMD K6/Duron/Athlon or higher
|
||||
<li>196 MB of RAM or more (256 are recommended)
|
||||
<li>a CD-ROM drive
|
||||
</ul>
|
||||
Additional requirements for system installation:
|
||||
<ul>
|
||||
<li>a fixed disk with 5 GB of free space or more
|
||||
</ul>
|
||||
</td></tr></table>
|
||||
|
||||
<table width="600" class=info><tr><td>
|
||||
<b>Istruzioni:</b>
|
||||
<font size="-1">
|
||||
<p><b>CD burning</b>
|
||||
<br>The livestudio system is distributed as a standard ISO 9660 image file.
|
||||
So you have to burn it as an ISO image file, the option is available in most CD
|
||||
burning programs.
|
||||
openmamba livestudio fits in a 700 MB (80 minutes) CD-R o CD-RW empty support.
|
||||
<br><br>
|
||||
<p><b>livecd startup</b>
|
||||
<br>Insert the CD in the player and restart the computer. On most computers the system
|
||||
should start up automatically but sometimes you have to tell the BIOS to boot from CD.
|
||||
Please see your computer guide or read the startup messages on video for more
|
||||
information on how to boot from CD.
|
||||
<p>After a 1-3 minutes wait for system startup (times depend on computer hardware features)
|
||||
openmamba graphical interface will be available and ready to use in a KDE environment
|
||||
with superuser (root) user permissions.
|
||||
</font>
|
||||
</td></tr></table>
|
||||
|
||||
<p><h2>Download</h2>
|
||||
<p>Stable release:
|
||||
<!--#include virtual="/pub/openmamba/milestone1/media/livestudio/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/milestone1/media/livestudio/index.inc.en.html" -->
|
||||
<br>
|
||||
<p>Weekly snapshot:
|
||||
<!--#include virtual="/pub/openmamba/devel/media/livestudio/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/devel/media/livestudio/index.inc.en.html" -->
|
||||
|
||||
<p><h2>Build info</h2>
|
||||
<p>
|
||||
<table width="80%" class=info><tr><td>
|
||||
<!--#include virtual="/pub/openmamba/devel/media/livestudio/en/buildinfo.inc.html" -->
|
||||
</td></tr></table>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
</td></tr>
|
||||
</table>
|
||||
<!--#include virtual="/footer.html" -->
|
4
wwwroot/distribution/media/livestudio.html
Normal file
@ -0,0 +1,4 @@
|
||||
<!--#if expr="$QUERY_STRING = /lang=([a-zA-Z0-9\-+_\.]+)/" --><!--#set var="lang" value="$1" --><!--#endif -->
|
||||
<!--#if expr=$lang --><!--#else --><!--#if expr="$HTTP_ACCEPT_LANGUAGE = /([a-zA-Z0-9]+)/" --><!--#set var="lang" value="$1" --><!--#endif --><!--#endif -->
|
||||
<!--#if expr="${lang} != it" --><!--#set var="lang" value="en" --><!--#endif -->
|
||||
<!--#include virtual="livestudio.${lang}.html" -->
|
107
wwwroot/distribution/media/livestudio.it.html
Normal file
@ -0,0 +1,107 @@
|
||||
<!--#set var="title" value="livestudio" -->
|
||||
<!--#set var="description" value="Informazioni sul supporto openmamba livestudio." -->
|
||||
<!--#set var="keywords" value="about,faq,contact,information" -->
|
||||
<!--#set var="slogan" value="Distribuzione GNU/Linux" -->
|
||||
<!--#include virtual="/header.html" -->
|
||||
<!--#include virtual="/scripts/download.it.inc.js" -->
|
||||
|
||||
<table width="100%">
|
||||
<tr><td valign="middle" colspan=2>
|
||||
<br>
|
||||
<table align="center"><tr>
|
||||
<td><img src="/images/media_gr.png" alt="supporti di installazione"></td>
|
||||
<td class="toptitle">openmamba livestudio</td>
|
||||
</tr></table>
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
<br>
|
||||
<p><h2>Cos'è?</h2>
|
||||
<p><b>openmamba livestudio</b> è una versione live del sistema operativo <b>openmamba</b>
|
||||
che contiene una raccolta di programmi per la produttività creativa utilizzabili immediatamente
|
||||
avviando o riavviando il computer con il CD inserito nel lettore.
|
||||
<p>Esso fornisce inoltre un'interfaccia per l'installazione su disco fisso che
|
||||
ti permette di usare openmamba mantenendo il sistema operativo già installato sul tuo
|
||||
computer (es. Microsoft Windows).
|
||||
<p>E' compatibile con la maggior parte dei Personal Computer: portatili, desktop o server.
|
||||
<br>
|
||||
<br>
|
||||
<p><h2>Per chi è?</h2>
|
||||
<b>openmamba livestudio</b> è stato pensato per musicisti, designer,
|
||||
grafici, fotografi e chi ama esprimere la propria creatività attraverso le nuove tecnologie.
|
||||
Si tratta di una raccolta che mostra le ultime novità nel mondo del software Open Source e
|
||||
propone una possibilità alternativa in un settore in cui i prodotti commerciali sono
|
||||
ancora oggi preferiti per gli scopi professionali.
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<table class=info><tr><td>
|
||||
<b>Caratteristiche:</b>
|
||||
<ul>
|
||||
<li>sistema desktop live per Personal Computer standard (Intel i686 o compatibili)
|
||||
<li>principali applicazioni: Blender, GIMP, Mixxx, Lives, Qtractor, Rosegarden, Audacity, ZynAddSubFX, Hydrogen, Kino
|
||||
<li>riconoscimento e configurazione automatica del sistema per la multimedialità
|
||||
<li>supporto per i driver proprietari nvidia e ATI, opzione di avvio con driver Open Source
|
||||
<li>supporto in lettura e scrittura di partizioni NTFS con ntfs-3g
|
||||
<li>supporto per il desktop grafico 3D con AIGLX e Compiz
|
||||
<li>supporto per l'audio professionale con il server a bassa latenza jack
|
||||
<li>interfaccia di installazione su disco fisso
|
||||
</ul>
|
||||
</td></tr></table>
|
||||
</td><td width="0" valign=top>
|
||||
<!--#include virtual="/pub/openmamba/allmedias.inc.it.html" -->
|
||||
</td></tr><tr><td colspan=2>
|
||||
|
||||
<table width="600" class=info><tr><td>
|
||||
<b>Requisiti</b>
|
||||
<p>Il sistema può funzionare su Personal Computer (PC) e su computer Mac basati su processore
|
||||
Intel che abbiano i seguenti minimi componenti:
|
||||
<ul>
|
||||
<li>processore Intel Pentium III o superiore o AMD K6/Duron/Athlon o superiore
|
||||
<li>196 MB di RAM o più (256 sono raccomandati)
|
||||
<li>un lettore di CD-ROM
|
||||
</ul>
|
||||
Per l'installazione del sistema è inoltre richiesto:
|
||||
<ul>
|
||||
<li>un disco fisso con almeno 5 GB di spazio libero
|
||||
</ul>
|
||||
</td></tr></table>
|
||||
|
||||
<table width="600" class=info><tr><td>
|
||||
<b>Istruzioni:</b>
|
||||
<font size="-1">
|
||||
<p><b>Masterizzazione</b>
|
||||
<br>Il sistema livestudio viene distribuito nel formato standard ISO 9660. Per la masterizzazione occorre
|
||||
utilizzare un programma apposito e scrivere il CD come file di immagine.
|
||||
openmamba livestudio richiede un supporto CD-R o CD-RW da 700 MB (80 minuti).
|
||||
<br><br>
|
||||
<p><b>Avvio del livecd</b>
|
||||
<br>Inserisci il CD nell'apposito lettore e riavvia. In molti computer il sistema si
|
||||
avvierà automaticamente mentre in alcuni casi è necessario impostare nel setup o nel
|
||||
menù di avvio del BIOS l'avvio da CD. Puoi consultare il manuale del computer o leggere
|
||||
i messaggi che compaiono all'avvio per maggiori informazioni su come avviare da CD.
|
||||
<p>Dopo la fase di avvio del sistema della durata di 1-3 minuti (i tempi dipendono dalle
|
||||
caratteristiche del computer) sarà disponibile l'ambiente grafico di openmamba basato su
|
||||
KDE con i privilegi di superutente (root).
|
||||
</font>
|
||||
</td></tr></table>
|
||||
|
||||
<p><h2>Download</h2>
|
||||
<p>Versione stabile:
|
||||
<!--#include virtual="/pub/openmamba/milestone1/media/livestudio/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/milestone1/media/livestudio/index.inc.it.html" -->
|
||||
|
||||
<p>Snapshot settimanale:
|
||||
<!--#include virtual="/pub/openmamba/devel/media/livestudio/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/devel/media/livestudio/index.inc.it.html" -->
|
||||
|
||||
<p><h2>Informazioni dettagliate</h2>
|
||||
<p>
|
||||
<table width="80%" class=info><tr><td>
|
||||
<!--#include virtual="/pub/openmamba/devel/media/livestudio/it/buildinfo.inc.html" -->
|
||||
</td></tr></table>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
</td></tr>
|
||||
</table>
|
||||
<!--#include virtual="/footer.html" -->
|
67
wwwroot/distribution/media/sdk.en.html
Normal file
@ -0,0 +1,67 @@
|
||||
<!--#set var="title" value="sdk" -->
|
||||
<!--#set var="description" value="Informazioni su openmamba SDK." -->
|
||||
<!--#set var="keywords" value="about,faq,contact,information" -->
|
||||
<!--#set var="slogan" value="Distribuzione GNU/Linux" -->
|
||||
<!--#include virtual="/header.html" -->
|
||||
<!--#include virtual="/scripts/download.en.inc.js" -->
|
||||
|
||||
<table width="100%">
|
||||
<tr><td valign="middle" colspan=2>
|
||||
<br>
|
||||
<table align="center"><tr>
|
||||
<td><img src="/images/media_gr.png" alt="email address"></td>
|
||||
<td class="toptitle">openmamba SDK</td>
|
||||
</tr></table>
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
<br>
|
||||
<p><h2>What is this?</h2>
|
||||
<p>A version of the openmamba GNU/Linux operating system for the ARM and PowerPC platforms which provides
|
||||
a base environment for the openmamna system itself and for developing software from PC for non-PC architectures.
|
||||
The system can be run in native mode on the compatible hardware or on the PC using qemu user mode emulator by issuing
|
||||
a simple chroot command.
|
||||
|
||||
<p>The archive is available as a weekly snapshot from the <a href="http://www.openmamba.org/distribution/development.html">openmamba devel repository</a>.
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<table class=info><tr><td>
|
||||
<b>Features:</b>
|
||||
<ul>
|
||||
<li>system available for ARM and PowerPC architectures (x86_64 coming next)
|
||||
<li>kernel and initramfs with universal driver support for native execution
|
||||
<li>packages installation and system upgrades using RPM and SMART Package Manager
|
||||
<li>GNU development environment and tools for packaging and porting (autospec, autodist and autoport)
|
||||
<li>qemu user mode statically built to allow chroot environment emulation
|
||||
</ul>
|
||||
</td></tr></table>
|
||||
</td><td width="0" valign=top>
|
||||
<!--#include virtual="/pub/openmamba/allmedias.inc.en.html" -->
|
||||
</td></tr><tr><td colspan=2>
|
||||
|
||||
<table width="80%"><tr><td>
|
||||
<div class="info">
|
||||
<br><b>
|
||||
For more details please read <a href="http://wiki.openmamba.org/it/index.php/Openmamba_sdk">this page</a>
|
||||
on openmamba wiki</b> (sorry, the english translation is not available yet).
|
||||
<br><br>
|
||||
</div>
|
||||
</td></tr></table>
|
||||
|
||||
<p><h2>Download</h2>
|
||||
<p><!--#include virtual="/pub/openmamba/media/devel/sdk/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/media/devel/sdk/index.inc.en.html" -->
|
||||
|
||||
<p><h2>Build info</h2>
|
||||
<p>
|
||||
<table width="80%"><tr><td>
|
||||
<div class="info">
|
||||
<!--#include virtual="/pub/openmamba/media/devel/sdk/en/buildinfo.inc.html" -->
|
||||
</td></tr></div>
|
||||
</table>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
</td></tr>
|
||||
</table>
|
||||
<!--#include virtual="/footer.html" -->
|
4
wwwroot/distribution/media/sdk.html
Normal file
@ -0,0 +1,4 @@
|
||||
<!--#if expr="$QUERY_STRING = /lang=([a-zA-Z0-9\-+_\.]+)/" --><!--#set var="lang" value="$1" --><!--#endif -->
|
||||
<!--#if expr=$lang --><!--#else --><!--#if expr="$HTTP_ACCEPT_LANGUAGE = /([a-zA-Z0-9]+)/" --><!--#set var="lang" value="$1" --><!--#endif --><!--#endif -->
|
||||
<!--#if expr="${lang} != it" --><!--#set var="lang" value="en" --><!--#endif -->
|
||||
<!--#include virtual="sdk.${lang}.html" -->
|
67
wwwroot/distribution/media/sdk.it.html
Normal file
@ -0,0 +1,67 @@
|
||||
<!--#set var="title" value="sdk" -->
|
||||
<!--#set var="description" value="Informazioni su openmamba SDK." -->
|
||||
<!--#set var="keywords" value="about,faq,contact,information" -->
|
||||
<!--#set var="slogan" value="Distribuzione GNU/Linux" -->
|
||||
<!--#include virtual="/header.html" -->
|
||||
<!--#include virtual="/scripts/download.en.inc.js" -->
|
||||
|
||||
<table width="100%">
|
||||
<tr><td valign="middle" colspan=2>
|
||||
<br>
|
||||
<table align="center"><tr>
|
||||
<td><img src="/images/media_gr.png" alt="email address"></td>
|
||||
<td class="toptitle">openmamba SDK</td>
|
||||
</tr></table>
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
<br>
|
||||
<p><h2>Che cos'è?</h2>
|
||||
<p>Una versione del sistema openmamba GNU/Linux per le piattaforme ARM e PowerPC che fornisce un ambiente base per
|
||||
lo sviluppo del sistema openmamba stesso o di software per architetture differenti dal PC.
|
||||
Il sistema può essere eseguito in modo nativo sull'hardware con cui è compatibile oppure sul PC tramite l'emulatore user
|
||||
mode qemu effettuando un semplice chroot.
|
||||
|
||||
<p>L'archivio è disponibile come snapshot settimanale del <a href="http://www.openmamba.org/distribution/development.html">repository devel di openmamba</a>.
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<table class=info><tr><td>
|
||||
<b>Caratteristiche:</b>
|
||||
<ul>
|
||||
<li>sistema disponibile per le architetture ARM e PowerPC (prossimamente anche x86_64)
|
||||
<li>kernel e initramfs con supporto universale per i driver per l'esecuzione in modalità nativa
|
||||
<li>installazione ed aggiornamento di pacchetti RPM dalla rete con SMART Package Manager
|
||||
<li>ambiente di sviluppo GNU e strumenti per la pacchettizzazione e il porting (autospec, autodist e autoport)
|
||||
<li>qemu user mode compilato staticamente per permettere l'emulazione in ambiente chroot
|
||||
</ul>
|
||||
</td></tr></table>
|
||||
</td><td width="0" valign=top>
|
||||
<!--#include virtual="/pub/openmamba/allmedias.inc.en.html" -->
|
||||
</td></tr><tr><td colspan=2>
|
||||
|
||||
<table width="80%"><tr><td>
|
||||
<div class="info">
|
||||
<br><b>
|
||||
Per maggiori informazioni consulta <a href="http://wiki.openmamba.org/it/index.php/Openmamba_sdk">l'apposita pagina</a>
|
||||
del wiki di openmamba.
|
||||
<br><br>
|
||||
</div>
|
||||
</td></tr></table>
|
||||
|
||||
<p><h2>Download</h2>
|
||||
<p><!--#include virtual="/pub/openmamba/media/devel/sdk/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/media/devel/sdk/index.inc.it.html" -->
|
||||
|
||||
<p><h2>Build info</h2>
|
||||
<p>
|
||||
<table width="80%"><tr><td>
|
||||
<div class="info">
|
||||
<!--#include virtual="/pub/openmamba/media/devel/sdk/it/buildinfo.inc.html" -->
|
||||
</td></tr></div>
|
||||
</table>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
</td></tr>
|
||||
</table>
|
||||
<!--#include virtual="/footer.html" -->
|
104
wwwroot/distribution/media/testcd.en.html
Normal file
@ -0,0 +1,104 @@
|
||||
<!--#set var="title" value="testcd" -->
|
||||
<!--#set var="description" value="Information on the openmamba testcd media." -->
|
||||
<!--#set var="keywords" value="about,faq,contact,information" -->
|
||||
<!--#set var="slogan" value="GNU/Linux distribution" -->
|
||||
<!--#include virtual="/header.html" -->
|
||||
<!--#include virtual="/scripts/download.en.inc.js" -->
|
||||
|
||||
<table width="100%">
|
||||
<tr><td valign="middle" colspan=2>
|
||||
<br>
|
||||
<table align="center"><tr>
|
||||
<td><img src="/images/media_gr.png" alt="installation media"></td>
|
||||
<td class="toptitle">openmamba testcd</td>
|
||||
</tr></table>
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
<br>
|
||||
<p><h2>What is this?</h2>
|
||||
<p><b>openmamba testcd</b> is dedicated to functionality and compatibility test of the forthcoming features of openmamba.
|
||||
The testcd uses the updates from one or more among the devel-xorg, devel-kde4 and devel-kernel repositories.
|
||||
<br>
|
||||
<br>
|
||||
<p><h2>Who is it for?</h2>
|
||||
<p><b>openmamba testcd</b> is reserved for o che desiderano effettuare dei test di funzionamento e compatibilità degli
|
||||
sviluppi prossimi di openmamba. openmamba users will normally prefer to use the stable or the livecd, livedvd and livegames snapshots.
|
||||
<br>
|
||||
<br>
|
||||
<table class=info><tr><td>
|
||||
<b>Features:</b>
|
||||
<ul>
|
||||
<li>live desktop system for standard Personal Computers (Intel i686 or compatible)
|
||||
<li>top applications: OpenOffice, amarok, kaffeine, wine, gimp, firefox, kopete,audacity,k3b
|
||||
<li>automatic hardware detection and configuration for multimediality
|
||||
<li>support for proprietary nvidia and ATI 3D graphic drivers, Open Source drivers support is available too
|
||||
<li>NTFS read and write support using ntfs-3g
|
||||
<li>3D graphical desktop support with AIGLX and Compiz
|
||||
<li>professional audio support with jack low-latency server
|
||||
<li>fixed disk installation interface
|
||||
</ul>
|
||||
</td></tr></table>
|
||||
</td><td width="0" valign=top>
|
||||
<!--#include virtual="/pub/openmamba/allmedias.inc.en.html" -->
|
||||
</td></tr><tr><td colspan=2>
|
||||
|
||||
<table width="600" class=info><tr><td>
|
||||
<b>Requirements:</b>
|
||||
<p>A Personal Computer (PC) or an Intel based Mac with the following minimum components:
|
||||
<ul>
|
||||
<li>processor: Intel Pentium III or higher or AMD K6/Duron/Athlon or higher
|
||||
<li>196 MB of RAM or more (256 are recommended)
|
||||
<li>a CD-ROM drive
|
||||
</ul>
|
||||
Additional requirements for system installation:
|
||||
<ul>
|
||||
<li>a fixed disk with 5 GB of free space or more
|
||||
</ul>
|
||||
</td></tr></table>
|
||||
|
||||
<table width="600" class=info><tr><td>
|
||||
<b>Instructions:</b>
|
||||
<font size="-1">
|
||||
<p><b>CD burning</b>
|
||||
<br>The testcd system is distributed as a standard ISO 9660 image file.
|
||||
So you have to burn it as an ISO image file, the option is available in most CD
|
||||
burning programs.
|
||||
openmamba testcd fits in a 700 MB (80 minutes) CD-R o CD-RW empty support.
|
||||
<br><br>
|
||||
<p><b>testcd startup</b>
|
||||
<br>Insert the CD in the player and restart the computer. On most computers the system
|
||||
should start up automatically but sometimes you have to tell the BIOS to boot from CD.
|
||||
Please see your computer guide or read the startup messages on video for more
|
||||
information on how to boot from CD.
|
||||
<p>After a 1-3 minutes wait for system startup (times depend on computer hardware features)
|
||||
openmamba graphical interface will be available and ready to use in a KDE environment
|
||||
with superuser (root) user permissions.
|
||||
</font>
|
||||
</td></tr></table>
|
||||
</div>
|
||||
|
||||
<p><h2>Download</h2>
|
||||
<p>Stable release:
|
||||
<!--#include virtual="/pub/openmamba/milestone1/media/testcd/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/milestone1/media/testcd/index.inc.en.html" -->
|
||||
<br>
|
||||
<!--<p>Prerelease:
|
||||
<!-- #include virtual="/pub/openmamba/milestone1/media/testcd/downloads.inc" -- >
|
||||
<!-- #include virtual="/pub/openmamba/milestone1/media/testcd/index.inc.en.pre.html" -->
|
||||
<br>
|
||||
|
||||
<p>Weekly snapshot:
|
||||
<!--#include virtual="/pub/openmamba/devel/media/testcd/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/devel/media/testcd/index.inc.en.html" -->
|
||||
<br>
|
||||
<p><h2>Details</h2>
|
||||
<p>
|
||||
<table width="80%" class=info><tr><td>
|
||||
<!--#include virtual="/pub/openmamba/devel/media/testcd/en/buildinfo.inc.html" -->
|
||||
</td></tr></table>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
</td></tr>
|
||||
</table>
|
||||
<!--#include virtual="/footer.html" -->
|
4
wwwroot/distribution/media/testcd.html
Normal file
@ -0,0 +1,4 @@
|
||||
<!--#if expr="$QUERY_STRING = /lang=([a-zA-Z0-9\-+_\.]+)/" --><!--#set var="lang" value="$1" --><!--#endif -->
|
||||
<!--#if expr=$lang --><!--#else --><!--#if expr="$HTTP_ACCEPT_LANGUAGE = /([a-zA-Z0-9]+)/" --><!--#set var="lang" value="$1" --><!--#endif --><!--#endif -->
|
||||
<!--#if expr="${lang} != it" --><!--#set var="lang" value="en" --><!--#endif -->
|
||||
<!--#include virtual="testcd.${lang}.html" -->
|
89
wwwroot/distribution/media/testcd.it.html
Normal file
@ -0,0 +1,89 @@
|
||||
<!--#set var="title" value="testcd" -->
|
||||
<!--#set var="description" value="Informazioni sul supporto openmamba testcd." -->
|
||||
<!--#set var="keywords" value="about,faq,contact,information" -->
|
||||
<!--#set var="slogan" value="Distribuzione GNU/Linux" -->
|
||||
<!--#include virtual="/header.html" -->
|
||||
<!--#include virtual="/scripts/download.it.inc.js" -->
|
||||
|
||||
<table width="100%">
|
||||
<tr><td valign="middle" colspan=2>
|
||||
<br>
|
||||
<table align="center"><tr>
|
||||
<td><img src="/images/media_gr.png" alt="supporti di installazione"></td>
|
||||
<td class="toptitle">openmamba testcd</td>
|
||||
</tr></table>
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
<br>
|
||||
<p><h2>Cos'è?</h2>
|
||||
<p><b>openmamba testcd</b> è una versione sperimentale del sistema operativo <b>openmamba</b> utilizzata per effettuare
|
||||
il test di nuove caratteristiche anche in fase di stabilizzazione. Il testcd utilizza gli aggiornamenti sperimentali
|
||||
provenienti da uno o più tra i repository devel-xorg, devel-kde4 e devel-kernel.
|
||||
<br>
|
||||
<br>
|
||||
<p><h2>Per chi è?</h2>
|
||||
<p><b>openmamba testcd</b> è riservato a coloro che desiderano effettuare dei test di funzionamento e compatibilità degli
|
||||
sviluppi prossimi di openmamba. Gli utenti del sistema normalmente saranno preferibilmente intenzionati ad utilizzare invece
|
||||
le versioni stabili o le snapshot di livecd, livedvd o livegames.</i>
|
||||
<br>
|
||||
<br>
|
||||
<table class=info><tr><td>
|
||||
<b>Caratteristiche:</b>
|
||||
<ul>
|
||||
<li>sistema desktop live per Personal Computer standard (Intel i686 o compatibili)
|
||||
<li>principali applicazioni: OpenOffice, amarok, kaffeine, wine, gimp, firefox, kopete, audacity, k3b
|
||||
<li>riconoscimento e configurazione automatica del sistema per la multimedialità
|
||||
<li>supporto per i driver proprietari nvidia e ATI, opzione di avvio con driver Open Source
|
||||
<li>supporto in lettura e scrittura di partizioni NTFS con ntfs-3g
|
||||
<li>supporto per il desktop grafico 3D con AIGLX e Compiz
|
||||
<li>supporto per l'audio professionale con il server a bassa latenza jack
|
||||
<li>interfaccia di installazione su disco fisso
|
||||
</ul>
|
||||
</td></tr></table>
|
||||
</td><td width="0" valign=top>
|
||||
<!--#include virtual="/pub/openmamba/allmedias.inc.it.html" -->
|
||||
</td></tr><tr><td colspan=2>
|
||||
|
||||
<table width="600" class=info><tr><td>
|
||||
<b>Requisiti</b>
|
||||
<p>Il sistema può funzionare su Personal Computer (PC) e su computer Mac basati su processore
|
||||
Intel che abbiano i seguenti minimi componenti:
|
||||
<ul>
|
||||
<li>processore Intel Pentium III o superiore o AMD K6/Duron/Athlon o superiore
|
||||
<li>196 MB di RAM o più (256 sono raccomandati)
|
||||
<li>un lettore di CD-ROM
|
||||
</ul>
|
||||
Per l'installazione del sistema è inoltre richiesto:
|
||||
<ul>
|
||||
<li>un disco fisso con almeno 5 GB di spazio libero
|
||||
</ul>
|
||||
</td></tr></table>
|
||||
|
||||
<table width="600"><tr><td>
|
||||
<b>Istruzioni:</b>
|
||||
<font size="-1">
|
||||
<p><b>Masterizzazione</b>
|
||||
<br>Il sistema testcd viene distribuito nel formato standard ISO 9660. Per la masterizzazione occorre
|
||||
utilizzare un programma apposito e scrivere il CD come file di immagine.
|
||||
openmamba livecd richiede un supporto CD-R o CD-RW da 700 MB (80 minuti).
|
||||
<br><br>
|
||||
<p><b>Avvio del testcd</b>
|
||||
<br>Inserisci il CD nell'apposito lettore e riavvia. In molti computer il sistema si
|
||||
avvierà automaticamente mentre in alcuni casi è necessario impostare nel setup o nel
|
||||
menù di avvio del BIOS l'avvio da CD. Puoi consultare il manuale del computer o leggere
|
||||
i messaggi che compaiono all'avvio per maggiori informazioni su come avviare da CD.
|
||||
<p>Dopo la fase di avvio del sistema della durata di 1-3 minuti (i tempi dipendono dalle
|
||||
caratteristiche del computer) sarà disponibile l'ambiente grafico di openmamba basato su
|
||||
KDE con i privilegi di superutente (root).
|
||||
</font>
|
||||
</td></tr></table>
|
||||
|
||||
<p><h2>Download</h2>
|
||||
<p>Snapshot settimanale:
|
||||
<!--#include virtual="/pub/openmamba/devel/media/testcd/downloads.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/devel/media/testcd/index.inc.it.html" -->
|
||||
<br>
|
||||
<br>
|
||||
</td></tr>
|
||||
</table>
|
||||
<!--#include virtual="/footer.html" -->
|
117
wwwroot/distribution/milestone1.en.html
Normal file
@ -0,0 +1,117 @@
|
||||
<!--#set var="title" value="openmamba software packages" -->
|
||||
<!--#set var="description" value="A page where you can explore the software packages that are available in the openmamba stable distribution"
|
||||
<!--#set var="keywords" value="distromatic,stable,packages,milestone1" -->
|
||||
<!--#set var="slogan" value="GNU/Linux distribution" -->
|
||||
<!--#include virtual="/header.html" -->
|
||||
<script>
|
||||
var scrollnum = 10
|
||||
</script>
|
||||
<!--#include virtual="/scripts/scroll.js.inc" -->
|
||||
<table align=center>
|
||||
<tr><td width="100%">
|
||||
<table align="center"><tr>
|
||||
<td><img src="/images/packages_gr.png" alt="packages"></td>
|
||||
<td class="toptitle">openmamba milestone 1 software packages</td>
|
||||
</tr></table>
|
||||
</td><td width="0">
|
||||
<!--#include virtual="/versions.inc.en.html" -->
|
||||
</td></tr>
|
||||
<tr><td colspan=2>
|
||||
|
||||
<tr><td>
|
||||
<p>An installation of <b>openmamba milestone1</b> (stable release) automatically provides access to
|
||||
four archives of RPM packages called repositories from which you can install software packages:
|
||||
<ul>
|
||||
<li><a href="/distribution/distromatic.html?tag=milestone1">milestone1</a> repository is
|
||||
the main archive for software packages that constitute the current stable release of the openmamba distribution;
|
||||
<li><a href="/distribution/distromatic.html?tag=milestone1-games">milestone1-games</a>
|
||||
repository contains apart games which take a lot of storage space;
|
||||
<li><a href="/distribution/distromatic.html?tag=milestone1-updates">milestone1-updates</a>
|
||||
contains the security and functionality updates that have been made available after the stable release
|
||||
of the operating system;
|
||||
<li><a href="/distribution/distromatic.html?tag=milestone1-1.1">milestone1-1.1</a>
|
||||
repository contains the updates of the 1.1 release.
|
||||
</ul>
|
||||
|
||||
<p>The packages in these repositories can be installed using the
|
||||
<i>synaptic</i> or <i>apt-get</i> tools.
|
||||
|
||||
<p><b>Use of the stable distribution is recommended to all users who use the system in production
|
||||
environment and expect the available functionalities not to change for long periods.</b>
|
||||
|
||||
<br><br>
|
||||
</td></tr>
|
||||
<tr><td colspan=2>
|
||||
<table class="distromatic" cellspacing="0" cellpadding="5"><tr valign="top"><td>
|
||||
<table cellspacing="0" width=280>
|
||||
<tr><td class="pagebar" align="center">
|
||||
<a href="/distribution/distromatic.html?tag=milestone1">milestone1</a> repository:<br>
|
||||
|
||||
</td></tr>
|
||||
<tr><td valign="top">
|
||||
<table class="distromatic" cellspacing="0" cellpadding="0" style="border:0;"><tr>
|
||||
<td class="distromatic"
|
||||
<!-- devel popular block --><td class="distromatic" valign="top"><!--#set var="scrollcurr" value="3" --><!--#include virtual="/scripts/scrollbox.html.inc" --></td>
|
||||
<td class="distromatic" valign="top"><img src="/images/spacer.gif" width=0 height=14>Most popular packages (from <a href="http://www.distrowatch.com/packages.php" target="_new">DistroWatch</a>):<br>
|
||||
<div id="divScrollTextCont3"><div id="divText3"><!--#include virtual="/pub/openmamba/distromatic/milestone1-updates/_popular.html" --></div></div>
|
||||
</td></tr>
|
||||
</table>
|
||||
</td></tr>
|
||||
<tr><td class="pagebar">
|
||||
<a href="/distribution/distromatic.html?tag=milestone1">Index</a> |
|
||||
<a href="/pub/openmamba/milestone1" target="_view">Browse</a> |
|
||||
<a href="/pub/openmamba/distromatic/milestone1/deps-i586" target="_view">Deps</a> |
|
||||
<a href="/pub/openmamba/milestone1/distromatic.log" target="_view">Log</a> |
|
||||
<a href="/pub/openmamba/distromatic/milestone1/virtual-i586" target="_view">Config</a> |
|
||||
<a href="/pub/openmamba/distromatic/milestone1/openmamba-milestone1.list" target="_view">APT</a>
|
||||
</td></tr>
|
||||
</table>
|
||||
</td><td width=280>
|
||||
<!--#set var="scrollcurr" value="4" -->
|
||||
<!--#set var="repname" value="milestone1-updates" -->
|
||||
<!--#include virtual="/scripts/distromatic-top.html.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/distromatic/milestone1-updates/_recent.inc" -->
|
||||
<!--#include virtual="/scripts/distromatic-bottom.html.inc" -->
|
||||
</td><td width=280>
|
||||
<!--#set var="scrollcurr" value="5" -->
|
||||
<!--#set var="repname" value="milestone1-games" -->
|
||||
<!--#include virtual="/scripts/distromatic-top.html.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/distromatic/milestone1-games/_recent.inc" -->
|
||||
<!--#include virtual="/scripts/distromatic-bottom.html.inc" -->
|
||||
</td></tr>
|
||||
<tr><td width=280>
|
||||
<!--#set var="scrollcurr" value="7" -->
|
||||
<!--#set var="repname" value="milestone1-1.1" -->
|
||||
<!--#include virtual="/scripts/distromatic-top.html.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/distromatic/milestone1-1.1/_recent.inc" -->
|
||||
<!--#include virtual="/scripts/distromatic-bottom.html.inc" -->
|
||||
</td><td width=280>
|
||||
</td><td width=280>
|
||||
</td></tr>
|
||||
</table>
|
||||
<br><p>If you want to take advantage from the latest system functionalities, with support for
|
||||
more recent hardware and new software releases, it is possible to upgrade to the development
|
||||
system by configuring openmamba to use the <a href="/distribution/distromatic.html?tag=devel">devel</a>
|
||||
and <a href="/distribution/distromatic.html?tag=devel">devel-games</a> repositories.
|
||||
<b>This operation is not reversible and is only suggested to beta testers or experienced users
|
||||
because it may cause problem to your system even with loss of functionality compared to the
|
||||
stable distribution.</b>
|
||||
For more information see the <a href="http://www.openmamba.org/distribution/development.html">development page</a>.
|
||||
<br><br>
|
||||
|
||||
<br>
|
||||
<b>SERVICE REPOSITORIES (FOR DISTRIBUTION INTERNAL JOBS)</b><br>
|
||||
<ul>
|
||||
<li><a href="/distribution/distromatic.html?tag=milestone1-makedist">milestone1-makedist</a> is an auxiliary repository used by our makedist tool to build livecd and flash-1GB distributions.
|
||||
</ul>
|
||||
<table class="distromatic" cellpadding="5"><tr valign="top">
|
||||
<td width=280>
|
||||
<!--#set var="scrollcurr" value="6" -->
|
||||
<!--#set var="repname" value="milestone1-makedist" -->
|
||||
<!--#include virtual="/scripts/distromatic-top.html.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/distromatic/milestone1-makedist/_recent.inc" -->
|
||||
<!--#include virtual="/scripts/distromatic-bottom.html.inc" -->
|
||||
</td><tr>
|
||||
</table>
|
||||
</table>
|
||||
<!--#include virtual="/footer.html" -->
|
4
wwwroot/distribution/milestone1.html
Normal file
@ -0,0 +1,4 @@
|
||||
<!--#if expr="$QUERY_STRING = /lang=([a-zA-Z0-9\-+_\.]+)/" --><!--#set var="lang" value="$1" --><!--#endif -->
|
||||
<!--#if expr=$lang --><!--#else --><!--#if expr="$HTTP_ACCEPT_LANGUAGE = /([a-zA-Z0-9]+)/" --><!--#set var="lang" value="$1" --><!--#endif --><!--#endif -->
|
||||
<!--#if expr="${lang} != it" --><!--#set var="lang" value="en" --><!--#endif -->
|
||||
<!--#include virtual="milestone1.${lang}.html" -->
|
135
wwwroot/distribution/milestone1.it.html
Normal file
@ -0,0 +1,135 @@
|
||||
<!--#set var="title" value="Pacchetti software di openmamba" -->
|
||||
<!--#set var="description" value="Una pagina per esplorare i pacchetti software disponibili nella distribuzione openmamba." -->
|
||||
<!--#set var="keywords" value="distromatic,milestone1,openmamba,pacchetti,stabile" -->
|
||||
<!--#set var="slogan" value="Distribuzione GNU/Linux" -->
|
||||
<!--#include virtual="/header.html" -->
|
||||
<script>
|
||||
var scrollnum = 10
|
||||
</script>
|
||||
<!--#include virtual="/scripts/scroll.js.inc" -->
|
||||
<table align=center>
|
||||
<tr><td width="100%">
|
||||
<table align="center"><tr>
|
||||
<td><img src="/images/packages_gr.png" alt="pacchetti software"></td>
|
||||
<td class="toptitle">Pacchetti software di openmamba milestone 1</td>
|
||||
</tr></table>
|
||||
</td><td width="0">
|
||||
<!--#include virtual="/versions.inc.it.html" -->
|
||||
</td></tr>
|
||||
<tr><td colspan=2>
|
||||
<p>L'installazione di <b>openmamba milestone1</b> (versione stabile) rende disponibili automaticamente degli
|
||||
archivi di pachetti RPM, detti repository, dai quali installare pacchetti software:
|
||||
<ul>
|
||||
<li>il repository <a href="/distribution/distromatic.html?tag=milestone1">milestone1</a>
|
||||
è il contenitore principale dei pacchetti software che costituiscono la distribuzione openmamba;
|
||||
<li>il repository <a href="/distribution/distromatic.html?tag=milestone1-games">milestone1-games</a>
|
||||
contiene i giochi di grandi dimensioni;
|
||||
<li>il repository <a href="/distribution/distromatic.html?tag=milestone1-updates">milestone1-updates</a>
|
||||
contiene gli aggiornamenti di sicurezza e funzionalità resi disponibili successivamente al rilascio
|
||||
della versione stabile del sistema operativo;
|
||||
<li>il repository <a href="/distribution/distromatic.html?tag=milestone1-1.1">milestone1-1.1</a>
|
||||
contiene gli aggiornamenti della versione 1.1.
|
||||
</ul>
|
||||
|
||||
<p>I pacchetti contenuti in questi repository possono essere installati utilizzando il
|
||||
tool <i>synaptic</i> oppure <i>apt-get</i>.
|
||||
|
||||
<p><b>L'uso della distribuzione stabile è consigliata a tutti gli utenti che utilizzano il sistema
|
||||
in ambiti produttivi e che quindi si aspettano un livello di funzionalità stabile nel tempo.</b>
|
||||
<br><br>
|
||||
</td></tr>
|
||||
<tr><td colspan=2>
|
||||
<table class="distromatic" cellspacing="0" cellpadding="5"><tr valign="top"><td>
|
||||
<table cellspacing="0" width=280>
|
||||
<tr><td class="pagebar" align="center">
|
||||
repository <a href="/distribution/distromatic.html?tag=milestone1">milestone1</a>:<br>
|
||||
|
||||
</td></tr>
|
||||
<tr><td valign="top">
|
||||
<table class="distromatic" cellspacing="0" cellpadding="0" style="border:0;"><tr>
|
||||
<td class="distromatic"
|
||||
<!-- devel popular block --><td class="distromatic" valign="top"><!--#set var="scrollcurr" value="3" --><!--#include virtual="/scripts/scrollbox.html.inc" --></td>
|
||||
<td class="distromatic" valign="top"><img src="/images/spacer.gif" width=0 height=14>Pacchetti più popolari (da <a href="http://www.distrowatch.com/packages.php" target="_new">DistroWatch</a>):<br>
|
||||
<div id="divScrollTextCont3"><div id="divText3"><!--#include virtual="/pub/openmamba/distromatic/milestone1-updates/_popular.html" --></div></div>
|
||||
</td></tr>
|
||||
</table>
|
||||
</td></tr>
|
||||
<tr><td class="pagebar">
|
||||
<a href="/distribution/distromatic.html?tag=milestone1">Indice</a> |
|
||||
<a href="/pub/openmamba/milestone1" target="_view">Esplora</a> |
|
||||
<a href="/pub/openmamba/distromatic/milestone1/deps-i586" target="_view">Deps</a> |
|
||||
<a href="/pub/openmamba/milestone1/distromatic.log" target="_view">Log</a> |
|
||||
<a href="/pub/openmamba/distromatic/milestone1/virtual-i586" target="_view">Config</a> |
|
||||
<a href="/pub/openmamba/distromatic/milestone1/openmamba-milestone1.list" target="_view">APT</a>
|
||||
</td></tr>
|
||||
</table>
|
||||
</td><td width=280>
|
||||
<!--#set var="scrollcurr" value="4" -->
|
||||
<!--#set var="repname" value="milestone1-updates" -->
|
||||
<!--#include virtual="/scripts/distromatic-top.html.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/distromatic/milestone1-updates/_recent.inc" -->
|
||||
<!--#include virtual="/scripts/distromatic-bottom.html.inc" -->
|
||||
</td><td width=280>
|
||||
<!--#set var="scrollcurr" value="5" -->
|
||||
<!--#set var="repname" value="milestone1-games" -->
|
||||
<!--#include virtual="/scripts/distromatic-top.html.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/distromatic/milestone1-games/_recent.inc" -->
|
||||
<!--#include virtual="/scripts/distromatic-bottom.html.inc" -->
|
||||
</td></tr>
|
||||
<tr><td width=280>
|
||||
<!--#set var="scrollcurr" value="7" -->
|
||||
<!--#set var="repname" value="milestone1-1.1" -->
|
||||
<!--#include virtual="/scripts/distromatic-top.html.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/distromatic/milestone1-1.1/_recent.inc" -->
|
||||
<!--#include virtual="/scripts/distromatic-bottom.html.inc" -->
|
||||
</td><td width=280>
|
||||
</td><td width=280>
|
||||
</td></tr>
|
||||
</table>
|
||||
<br><p>Per trarre vantaggio dagli ultimi sviluppi del sistema, con un supporto
|
||||
per hardware più recente e nuovi software, è possibile effettuare un upgrade al sistema di sviluppo
|
||||
configurando openmamba per utilizzare i repository <a href="/distribution/distromatic.html?tag=devel">devel</a>
|
||||
e <a href="/distribution/distromatic.html?tag=devel">devel-games</a>.
|
||||
<b>Questa operazione non è reversibile ed è consigliata a beta-tester o ad utenti esperti in quanto l'aggiornamento al
|
||||
sistema di sviluppo e l'uso potrebbero causare dei problemi e ridurre le funzionalità rispetto a quelle
|
||||
disponibili nel sistema stabile.</b>
|
||||
Maggiori informazioni sono disponibili <a href="http://www.openmamba.org/distribution/development.html">nella pagina dello sviluppo</a>.
|
||||
<br><br>
|
||||
<br>
|
||||
<b>REPOSITORY DEI CONTRIBUTI</b><br>
|
||||
<ul>
|
||||
<li><a href="/distribution/distromatic.html?tag=milestone1-contrib">milestone1-contrib</a> è un repository che ospita i contributi degli utenti e sviluppatori per la versione milestone1.
|
||||
<li><a href="/distribution/distromatic.html?tag=milestone1-java">milestone1-java</a> è un repository che contiene contributi basati su Java per la versione milestone1.
|
||||
</ul>
|
||||
<table class="distromatic" cellpadding="5"><tr valign="top"><td width=280>
|
||||
<!--#set var="scrollcurr" value="8" -->
|
||||
<!--#set var="repname" value="milestone1-contrib" -->
|
||||
<!--#include virtual="/scripts/distromatic-top.html.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/distromatic/milestone1-contrib/_recent.inc" -->
|
||||
<!--#include virtual="/scripts/distromatic-bottom.html.inc" -->
|
||||
</td><td width=280>
|
||||
<!--#set var="scrollcurr" value="9" -->
|
||||
<!--#set var="repname" value="milestone1-java" -->
|
||||
<!--#include virtual="/scripts/distromatic-top.html.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/distromatic/milestone1-java/_recent.inc" -->
|
||||
<!--#include virtual="/scripts/distromatic-bottom.html.inc" -->
|
||||
</td><td width=280>
|
||||
</td><tr>
|
||||
</table>
|
||||
<br><br>
|
||||
<br>
|
||||
<b>REPOSITORY DI SERVIZIO (UTILIZZATI PER I MECCANISMI INTERNI DELLA DISTRIBUZIONE)</b><br><br>
|
||||
<ul>
|
||||
<li><a href="/distribution/distromatic.html?tag=milestone1-makedist">milestone1-makedist</a> è un repository ausiliario usato da makedist per realizzare i supporti della distribuzione.
|
||||
</ul>
|
||||
<table class="distromatic" cellpadding="5"><tr valign="top"><td width=280>
|
||||
<!--#set var="scrollcurr" value="6" -->
|
||||
<!--#set var="repname" value="milestone1-makedist" -->
|
||||
<!--#include virtual="/scripts/distromatic-top.html.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/distromatic/milestone1-makedist/_recent.inc" -->
|
||||
<!--#include virtual="/scripts/distromatic-bottom.html.inc" -->
|
||||
</td><tr>
|
||||
</table>
|
||||
</table>
|
||||
|
||||
<!--#include virtual="/footer.html" -->
|
118
wwwroot/distribution/milestone2.en.html
Normal file
@ -0,0 +1,118 @@
|
||||
<!--#set var="title" value="openmamba software packages" -->
|
||||
<!--#set var="description" value="A page where you can explore the software packages that are available in the openmamba stable distribution"
|
||||
<!--#set var="keywords" value="distromatic,stable,packages,milestone2" -->
|
||||
<!--#set var="slogan" value="GNU/Linux distribution" -->
|
||||
<!--#include virtual="/header.html" -->
|
||||
<script>
|
||||
var scrollnum = 10
|
||||
</script>
|
||||
<!--#include virtual="/scripts/scroll.js.inc" -->
|
||||
<table align=center>
|
||||
<tr><td>
|
||||
<table align="center"><tr>
|
||||
<td><img src="/images/packages_gr.png" alt="packages"></td>
|
||||
<td class="toptitle">openmamba milestone 2 software packages</td>
|
||||
</tr></table>
|
||||
</td><td width="0">
|
||||
<!--#include virtual="/versions.inc.en.html" -->
|
||||
</td></tr>
|
||||
<tr><td colspan=2>
|
||||
<p>An installation of <b>openmamba milestone2</b> (stable release) automatically provides access to
|
||||
some archives of RPM packages called repositories from which you can install software packages:
|
||||
<ul>
|
||||
<li><a href="/distribution/distromatic.html?tag=milestone2">milestone2</a> repository is
|
||||
the main archive for software packages that constitute the current stable release of the openmamba distribution;
|
||||
<li><a href="/distribution/distromatic.html?tag=milestone2-games">milestone2-games</a>
|
||||
repository contains apart games which take a lot of storage space;
|
||||
<li><a href="/distribution/distromatic.html?tag=milestone2-updates">milestone2-updates</a>
|
||||
contains the security and functionality updates that have been made available after the stable release
|
||||
of the operating system.
|
||||
</ul>
|
||||
|
||||
<p>The packages in these repositories can be installed using the
|
||||
<i>synaptic</i> or <i>apt-get</i> tools.
|
||||
|
||||
<p><b>Use of the stable distribution is recommended to all users who use the system in production
|
||||
environment and expect the available functionalities not to change for long periods.</b>
|
||||
|
||||
<br><br>
|
||||
</td></tr>
|
||||
<tr><td colspan=2>
|
||||
<table class="distromatic" cellspacing="0" cellpadding="5"><tr valign="top"><td>
|
||||
<table cellspacing="0" width=280>
|
||||
<tr><td class="pagebar" align="center">
|
||||
<a href="/distribution/distromatic.html?tag=milestone2">milestone2</a> repository:<br>
|
||||
|
||||
</td></tr>
|
||||
<tr><td valign="top">
|
||||
<table class="distromatic" cellspacing="0" cellpadding="0" style="border:0;"><tr>
|
||||
<td class="distromatic" cellspacing="0" cellpadding="0" style="border:0;" valign="top">
|
||||
<!--#set var="scrollcurr" value="0" -->
|
||||
<!--#set var="repname" value="milestone2" -->
|
||||
<!--#include virtual="/scripts/distromatic-middle.html.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/distromatic/milestone2/_recent.inc" -->
|
||||
</td></tr>
|
||||
</table>
|
||||
</td></tr>
|
||||
<tr><td class="pagebar">
|
||||
<a href="/distribution/distromatic.html?tag=milestone2">Index</a> |
|
||||
<a href="/pub/openmamba/milestone2" target="_view">Browse</a> |
|
||||
<a href="/pub/openmamba/distromatic/milestone2/deps-i586" target="_view">Deps</a> |
|
||||
<a href="/pub/openmamba/milestone2/distromatic.log" target="_view">Log</a> |
|
||||
<a href="/pub/openmamba/distromatic/milestone2/virtual-i586" target="_view">Config</a> |
|
||||
<a href="/pub/openmamba/distromatic/milestone2/openmamba-milestone2.smart" target="_view">SMART</a>
|
||||
</td></tr>
|
||||
</table>
|
||||
</td><td width=280>
|
||||
<!--#set var="scrollcurr" value="4" -->
|
||||
<!--#set var="repname" value="milestone2-updates" -->
|
||||
<!--#include virtual="/scripts/distromatic-top.html.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/distromatic/milestone2-updates/_recent.inc" -->
|
||||
<!--#include virtual="/scripts/distromatic-bottom.html.inc" -->
|
||||
</td><td width=280>
|
||||
<!--#set var="scrollcurr" value="5" -->
|
||||
<!--#set var="repname" value="milestone2-games" -->
|
||||
<!--#include virtual="/scripts/distromatic-top.html.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/distromatic/milestone2-games/_recent.inc" -->
|
||||
<!--#include virtual="/scripts/distromatic-bottom.html.inc" -->
|
||||
</td></tr>
|
||||
<tr><td width=280>
|
||||
<!--#set var="scrollcurr" value="7" -->
|
||||
<!--#set var="repname" value="milestone2-kernel" -->
|
||||
<!--#include virtual="/scripts/distromatic-top.html.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/distromatic/milestone2-kernel/_recent.inc" -->
|
||||
<!--#include virtual="/scripts/distromatic-bottom.html.inc" -->
|
||||
</td><td width=280>
|
||||
<!--#set var="scrollcurr" value="8" -->
|
||||
<!--#set var="repname" value="milestone2-kde4" -->
|
||||
<!--#include virtual="/scripts/distromatic-top.html.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/distromatic/milestone2-kde4/_recent.inc" -->
|
||||
<!--#include virtual="/scripts/distromatic-bottom.html.inc" -->
|
||||
</td><td width=280>
|
||||
</td></tr>
|
||||
</table>
|
||||
<br><p>If you want to take advantage from the latest system functionalities, with support for
|
||||
more recent hardware and new software releases, it is possible to upgrade to the development
|
||||
system by configuring openmamba to use the <a href="/distribution/distromatic.html?tag=devel">devel</a>
|
||||
and <a href="/distribution/distromatic.html?tag=devel">devel-games</a> repositories.
|
||||
<b>This operation is not reversible and is only suggested to beta testers or experienced users
|
||||
because it may cause problem to your system even with loss of functionality compared to the
|
||||
stable distribution.</b>
|
||||
For more information see the <a href="http://www.openmamba.org/distribution/development.html">development page</a>.
|
||||
<br><br>
|
||||
<br>
|
||||
<b>SERVICE REPOSITORIES (FOR DISTRIBUTION INTERNAL JOBS)</b><br>
|
||||
<ul>
|
||||
<li><a href="/distribution/distromatic.html?tag=milestone2-makedist">milestone2-makedist</a> is an auxiliary repository used by our makedist tool to build distribution media.
|
||||
</ul>
|
||||
<table class="distromatic" cellpadding="5"><tr valign="top">
|
||||
<td width=280>
|
||||
<!--#set var="scrollcurr" value="6" -->
|
||||
<!--#set var="repname" value="milestone2-makedist" -->
|
||||
<!--#include virtual="/scripts/distromatic-top.html.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/distromatic/milestone2-makedist/_recent.inc" -->
|
||||
<!--#include virtual="/scripts/distromatic-bottom.html.inc" -->
|
||||
</td><tr>
|
||||
</table>
|
||||
</table>
|
||||
<!--#include virtual="/footer.html" -->
|
4
wwwroot/distribution/milestone2.html
Normal file
@ -0,0 +1,4 @@
|
||||
<!--#if expr="$QUERY_STRING = /lang=([a-zA-Z0-9\-+_\.]+)/" --><!--#set var="lang" value="$1" --><!--#endif -->
|
||||
<!--#if expr=$lang --><!--#else --><!--#if expr="$HTTP_ACCEPT_LANGUAGE = /([a-zA-Z0-9]+)/" --><!--#set var="lang" value="$1" --><!--#endif --><!--#endif -->
|
||||
<!--#if expr="${lang} != it" --><!--#set var="lang" value="en" --><!--#endif -->
|
||||
<!--#include virtual="milestone2.${lang}.html" -->
|
120
wwwroot/distribution/milestone2.it.html
Normal file
@ -0,0 +1,120 @@
|
||||
<!--#set var="title" value="Pacchetti software di openmamba" -->
|
||||
<!--#set var="description" value="Una pagina per esplorare i pacchetti software disponibili nella distribuzione openmamba." -->
|
||||
<!--#set var="keywords" value="distromatic,milestone2,openmamba,pacchetti,stabile" -->
|
||||
<!--#set var="slogan" value="Distribuzione GNU/Linux" -->
|
||||
<!--#include virtual="/header.html" -->
|
||||
<script>
|
||||
var scrollnum = 10
|
||||
</script>
|
||||
<!--#include virtual="/scripts/scroll.js.inc" -->
|
||||
<table align=center>
|
||||
<tr><td width="100%">
|
||||
<table align="center"><tr>
|
||||
<td><img src="/images/packages_gr.png" alt="pacchetti software"></td>
|
||||
<td class="toptitle">Pacchetti software di openmamba milestone 2</td>
|
||||
</tr></table>
|
||||
</td><td width="0">
|
||||
<!--#include virtual="/versions.inc.it.html" -->
|
||||
</td></tr>
|
||||
<tr><td colspan=2>
|
||||
|
||||
<tr><td>
|
||||
<p>L'installazione di <b>openmamba milestone2</b> (versione stabile) rende disponibili automaticamente degli
|
||||
archivi di pachetti RPM, detti repository, dai quali installare pacchetti software:
|
||||
<ul>
|
||||
<li>il repository <a href="/distribution/distromatic.html?tag=milestone2">milestone2</a>
|
||||
è il contenitore principale dei pacchetti software che costituiscono la distribuzione openmamba;
|
||||
<li>il repository <a href="/distribution/distromatic.html?tag=milestone2-games">milestone2-games</a>
|
||||
contiene i giochi di grandi dimensioni;
|
||||
<li>il repository <a href="/distribution/distromatic.html?tag=milestone2-updates">milestone2-updates</a>
|
||||
contiene gli aggiornamenti di sicurezza e funzionalità resi disponibili successivamente al rilascio
|
||||
della versione stabile del sistema operativo.
|
||||
</ul>
|
||||
|
||||
<p>I pacchetti contenuti in questi repository possono essere installati utilizzando il
|
||||
tool <i>synaptic</i> oppure <i>apt-get</i>.
|
||||
|
||||
<p><b>L'uso della distribuzione stabile è consigliata a tutti gli utenti che utilizzano il sistema
|
||||
in ambiti produttivi e che quindi si aspettano un livello di funzionalità stabile nel tempo.</b>
|
||||
<br><br>
|
||||
</td></tr>
|
||||
<tr><td colspan=2>
|
||||
<table class="distromatic" cellspacing="0" cellpadding="5"><tr valign="top"><td>
|
||||
<table cellspacing="0" width=280>
|
||||
<tr><td class="pagebar" align="center">
|
||||
repository <a href="/distribution/distromatic.html?tag=milestone2">milestone2</a>:<br>
|
||||
|
||||
</td></tr>
|
||||
<tr><td valign="top">
|
||||
<table class="distromatic" cellspacing="0" cellpadding="0" style="border:0;"><tr>
|
||||
<td class="distromatic"
|
||||
<td class="distromatic" cellspacing="0" cellpadding="0" style="border:0;" valign="top">
|
||||
<!--#set var="scrollcurr" value="0" -->
|
||||
<!--#set var="repname" value="milestone2" -->
|
||||
<!--#include virtual="/scripts/distromatic-middle.html.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/distromatic/milestone2/_recent.inc" -->
|
||||
</td></tr>
|
||||
</table>
|
||||
</td></tr>
|
||||
<tr><td class="pagebar">
|
||||
<a href="/distribution/distromatic.html?tag=milestone2">Indice</a> |
|
||||
<a href="/pub/openmamba/milestone2" target="_view">Esplora</a> |
|
||||
<a href="/pub/openmamba/distromatic/milestone2/deps-i586" target="_view">Deps</a> |
|
||||
<a href="/pub/openmamba/milestone2/distromatic.log" target="_view">Log</a> |
|
||||
<a href="/pub/openmamba/distromatic/milestone2/virtual-i586" target="_view">Config</a> |
|
||||
<a href="/pub/openmamba/distromatic/milestone2/openmamba-milestone2.smart" target="_view">SMART</a>
|
||||
</td></tr>
|
||||
</table>
|
||||
</td><td width=280>
|
||||
<!--#set var="scrollcurr" value="4" -->
|
||||
<!--#set var="repname" value="milestone2-updates" -->
|
||||
<!--#include virtual="/scripts/distromatic-top.html.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/distromatic/milestone2-updates/_recent.inc" -->
|
||||
<!--#include virtual="/scripts/distromatic-bottom.html.inc" -->
|
||||
</td><td width=280>
|
||||
<!--#set var="scrollcurr" value="5" -->
|
||||
<!--#set var="repname" value="milestone2-games" -->
|
||||
<!--#include virtual="/scripts/distromatic-top.html.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/distromatic/milestone2-games/_recent.inc" -->
|
||||
<!--#include virtual="/scripts/distromatic-bottom.html.inc" -->
|
||||
</td></tr>
|
||||
<tr><td width=280>
|
||||
<!--#set var="scrollcurr" value="7" -->
|
||||
<!--#set var="repname" value="milestone2-kernel" -->
|
||||
<!--#include virtual="/scripts/distromatic-top.html.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/distromatic/milestone2-kernel/_recent.inc" -->
|
||||
<!--#include virtual="/scripts/distromatic-bottom.html.inc" -->
|
||||
</td><td width=280>
|
||||
<!--#set var="scrollcurr" value="8" -->
|
||||
<!--#set var="repname" value="milestone2-kde4" -->
|
||||
<!--#include virtual="/scripts/distromatic-top.html.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/distromatic/milestone2-kde4/_recent.inc" -->
|
||||
<!--#include virtual="/scripts/distromatic-bottom.html.inc" -->
|
||||
</td><td width=280>
|
||||
</td></tr>
|
||||
</table>
|
||||
<br><p>Per trarre vantaggio dagli ultimi sviluppi del sistema, con un supporto
|
||||
per hardware più recente e nuovi software, è possibile effettuare un upgrade al sistema di sviluppo
|
||||
configurando openmamba per utilizzare i repository <a href="/distribution/distromatic.html?tag=devel">devel</a>
|
||||
e <a href="/distribution/distromatic.html?tag=devel">devel-games</a>.
|
||||
<b>Questa operazione non è reversibile ed è consigliata a beta-tester o ad utenti esperti in quanto l'aggiornamento al
|
||||
sistema di sviluppo e l'uso potrebbero causare dei problemi e ridurre le funzionalità rispetto a quelle
|
||||
disponibili nel sistema stabile.</b>
|
||||
Maggiori informazioni sono disponibili <a href="http://www.openmamba.org/distribution/development.html">nella pagina dello sviluppo</a>.
|
||||
<br><br>
|
||||
<br>
|
||||
<b>REPOSITORY DI SERVIZIO (UTILIZZATI PER I MECCANISMI INTERNI DELLA DISTRIBUZIONE)</b><br>
|
||||
<ul>
|
||||
<li><a href="/distribution/distromatic.html?tag=milestone2-makedist">milestone2-makedist</a> è un repository ausiliario usato da makedist per realizzare i supporti della distribuzione.
|
||||
</ul>
|
||||
<table class="distromatic" cellpadding="5"><tr valign="top"><td width=280>
|
||||
<!--#set var="scrollcurr" value="6" -->
|
||||
<!--#set var="repname" value="milestone2-makedist" -->
|
||||
<!--#include virtual="/scripts/distromatic-top.html.inc" -->
|
||||
<!--#include virtual="/pub/openmamba/distromatic/milestone2-makedist/_recent.inc" -->
|
||||
<!--#include virtual="/scripts/distromatic-bottom.html.inc" -->
|
||||
</td><tr>
|
||||
</table>
|
||||
</table>
|
||||
|
||||
<!--#include virtual="/footer.html" -->
|
1
wwwroot/distribution/packages.en.html
Symbolic link
@ -0,0 +1 @@
|
||||
milestone1.en.html
|
1
wwwroot/distribution/packages.html
Symbolic link
@ -0,0 +1 @@
|
||||
milestone1.html
|
1
wwwroot/distribution/packages.it.html
Symbolic link
@ -0,0 +1 @@
|
||||
milestone1.it.html
|
1
wwwroot/distribution/screenshots/index.html
Normal file
@ -0,0 +1 @@
|
||||
|
BIN
wwwroot/distribution/screenshots/openmamba-desktop.png
Normal file
After Width: | Height: | Size: 89 KiB |
BIN
wwwroot/distribution/screenshots/openmamba-install_en_1.png
Normal file
After Width: | Height: | Size: 31 KiB |
BIN
wwwroot/distribution/screenshots/openmamba-install_en_1t.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
wwwroot/distribution/screenshots/openmamba-install_en_2.png
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
wwwroot/distribution/screenshots/openmamba-install_en_2t.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
wwwroot/distribution/screenshots/openmamba-install_en_3.png
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
wwwroot/distribution/screenshots/openmamba-install_en_3t.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
wwwroot/distribution/screenshots/openmamba-install_en_4.png
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
wwwroot/distribution/screenshots/openmamba-install_en_4t.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
wwwroot/distribution/screenshots/openmamba-install_en_5.png
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
wwwroot/distribution/screenshots/openmamba-install_en_5t.png
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
wwwroot/distribution/screenshots/openmamba-install_en_6.png
Normal file
After Width: | Height: | Size: 27 KiB |
BIN
wwwroot/distribution/screenshots/openmamba-install_en_6t.png
Normal file
After Width: | Height: | Size: 19 KiB |