From Fedora Project Wiki

(5 intermediate revisions by the same user not shown)
Line 42: Line 42:
== My projects in Copr ==
== My projects in Copr ==


* [http://copr-fe.cloud.fedoraproject.org/coprs/sagitter/seqan/ SeqAn 2.1]
{{admon/important|This software is already available on Fedora. Other packages still need SeqAn 1.4 to work, so I can't update to 2.* yet.}}


This unofficial repository provides RPMs for Fedora {{FedoraVersionNumber|current}} and {{FedoraVersion|full|next}} of '''''SeqAn'''''. SeqAn is an open source C++ library of efficient algorithms and data structures for the analysis of sequences with the focus on biological data. Our library applies a unique generic design that guarantees high performance, generality, extensibility, and integration with other libraries. SeqAn is easy to use and simplifies the development of new software tools with a minimal loss of performance.
* [http://copr-fe.cloud.fedoraproject.org/coprs/sagitter/seqan/ SeqAn 2.*]


Other packages still need SeqAn 1.4 to work, so I can't update to 2.1 yet.
This unofficial repository provides RPMs for Fedora {{FedoraVersionNumber|current}} and {{FedoraVersion|full|next}} of '''''SeqAn'''''.
 
<code>SeqAn is an open source C++ library of efficient algorithms and data structures for the analysis of sequences with the focus on biological data. Our library applies a unique generic design that guarantees high performance, generality, extensibility, and integration with other libraries. SeqAn is easy to use and simplifies the development of new software tools with a minimal loss of performance.</code>


== RPMFusion ==
== RPMFusion ==
Line 60: Line 62:
* [http://lives-video.com/ LiVES]
* [http://lives-video.com/ LiVES]


LiVES is a Free, Open Source video editor and a VJ tool. It's already reviewed on RPMFusion.
LiVES is a Free, Open Source video editor and a VJ tool.


You can get RPMs of LiVES from [https://github.com/sagitter/lives my Github repository].
You can now get Lives by installing [http://rpmfusion.org/Configuration/ RPMFusion repositories] and by executing the command
# dnf install lives


== Translations ==
== Translations ==
Line 69: Line 72:
Following there are listed all wiki pages translated and maintained in Italian:
Following there are listed all wiki pages translated and maintained in Italian:


[[Fedora_Project_Wiki/it]] * [[Ambassadors/it]] * [[Architectures/ARM/it]] * [[Architectures/ARM/F20/Installation/it]] * [[BugZappers/it]] * [[Chromium/it]] *  [[Design/it]] * [[Docs Project/it]] * [[EPEL/it]] * [[FedoraLiveCD/it]] * [[FedUp/it]] * [[How to create a GNU Hello RPM package/it]] * [[How to create an RPM package/it]] * [[How to create and use Live USB/it]] * [[Magazine/it]] * [[I18N/it]] * [[Upgrading Fedora using yum/it]] * [[Infrastructure/it]] * [https://fedoraproject.org/wiki/Category:Package_Maintainers/it Package_Maintainers/it] * [[Systemd/it]] * [[L10N/it]] * [[Websites/it]]
[[Fedora_Project_Wiki/it]] * [[Ambassadors/it]] * [[Architectures/ARM/it]] * [[Architectures/ARM/F20/Installation/it]] * [[BugZappers/it]] * [[Chromium/it]] *  [[Design/it]] * [[DNF system upgrade/it]] *[[Docs Project/it]] * [[EPEL/it]] * [[FedoraLiveCD/it]] * [[FedUp/it]] * [[How to create a GNU Hello RPM package/it]] * [[How to create an RPM package/it]] * [[How to create and use Live USB/it]] * [[Magazine/it]] * [[I18N/it]] * [[Upgrading Fedora using yum/it]] * [[Infrastructure/it]] * [https://fedoraproject.org/wiki/Category:Package_Maintainers/it Package_Maintainers/it] * [[Systemd/it]] * [[L10N/it]] * [[Websites/it]]
 
=== Projects currently under translation on Transifex ===
 
{| class="wikitable sortable" border="1" width="100%"
|- bgcolor="#E0E0FF"
||'''Document or Software''' || '''Translator''' || '''[[it_IT/DocsProject/HowToReview| Proof-reader]]''' || '''Status'''
|-
|| [firewalld] || || || bgcolor="#FFFFFF" | '''Re-submitted'''
|-
|| [Fedora Security Guide] ||  ||  || bgcolor="#FFFFFF" | '''Re-submitted'''
|-
|| [Fedora UEFI Secure Boot Guide] || [[User:sagitter| Antonio Trande]] ||  || bgcolor="#80FF80" | '''Completed''' <br/>
|-
|| [Fedora (18) Release Notes] || [[User:sagitter| Antonio Trande]] || [[User:giallu | Gianluca Sforna]] || bgcolor="#80FF80" | '''Completed''' <br/>
|-
|| [Fedora Packager's Guide] || [[User:sagitter| Antonio Trande]] ||  || bgcolor="#80FF80" | '''Completed''' <br/>
|-
|| [Anaconda] ||  ||  ||bgcolor="#FFFFFF" | '''Re-submitted''' <br/>
|-
|| [comps] ||  ||  ||bgcolor="#FFFFFF" | '''Re-submitted'''
|}
 
<!-- Appoggio per le caselle colorate
bgcolor="#ff0000" | '''Under translation'''
bgcolor="#FFFE80" | '''Waiting revision'''
bgcolor="#80FF80" | '''Completed'''
bgcolor="#FFFFFF" | '''Re-submitted'''
-->

Revision as of 09:28, 31 July 2016


Antonio Trande
Personal information
Location: Salento, Italy
Birthday: December,5 1980
Homepage: www.fedoraos.wordpress.com
GPG key: 6CE6D08A
Contact information
IRC: sagitter on irc.libera.chat

Fedora-specific information
FAS name: sagitter
Fedora e-mail: sagitter@fedoraproject.org
Fedora homepage: sagitter.fedorapeople.org
 


Presentation

My adventure with Linux began by chance in 2006, when intrigued by this unfamiliar world, i did search about it. Early, a screenshot captured me: that of 'Fedora core 6 Zod'. After some years, I am earning a small place directly in the Fedora Project.
I worked in the pharmaceutical industries as chemist, researcher, production operator, start-up of processing so I'm inclined to the testing and packaging of the scientific/chemical/mathematical open source software.

Work in progress:

- In my notebook I use CentOS 6, Fedora stable release.
- I have a personal blog to talk, inform, share my experiences with Fedora: fedoraos.wordpress.com
- I have translations in Italian Translation Team of Fedora Project
- Fedora Ambassador in my free time.
- Fedora Packager to contribute directly to the Project
- SciTech SIG member

Packages for Fedora

My packages in Fedora

See packages list

Packages reviewed and approved

See the list

Packages which I taken under revision

See the list

My projects in Copr

Important.png
This software is already available on Fedora. Other packages still need SeqAn 1.4 to work, so I can't update to 2.* yet.

This unofficial repository provides RPMs for Fedora 40 and Fedora 41 of SeqAn.

SeqAn is an open source C++ library of efficient algorithms and data structures for the analysis of sequences with the focus on biological data. Our library applies a unique generic design that guarantees high performance, generality, extensibility, and integration with other libraries. SeqAn is easy to use and simplifies the development of new software tools with a minimal loss of performance.

RPMFusion

I'm maintaing the RPM packaging of MOC (Music On Consol player) released with license GPLv2. This software cannot be included in the official Fedora repositories; MOC depends by some RPMs located outside of official repositories (FFmpeg,libmad).

You can now get MOC by installing RPMFusion repositories and by executing the command

# dnf install moc 


LiVES is a Free, Open Source video editor and a VJ tool.

You can now get Lives by installing RPMFusion repositories and by executing the command

# dnf install lives

Translations

Fedora Project wiki pages translated

Following there are listed all wiki pages translated and maintained in Italian:

Fedora_Project_Wiki/it * Ambassadors/it * Architectures/ARM/it * Architectures/ARM/F20/Installation/it * BugZappers/it * Chromium/it * Design/it * DNF system upgrade/it *Docs Project/it * EPEL/it * FedoraLiveCD/it * FedUp/it * How to create a GNU Hello RPM package/it * How to create an RPM package/it * How to create and use Live USB/it * Magazine/it * I18N/it * Upgrading Fedora using yum/it * Infrastructure/it * Package_Maintainers/it * Systemd/it * L10N/it * Websites/it