| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-12-14 | 9.1 kB | |
| attrezzi_2_0.zip | 2025-12-14 | 1.2 MB | |
| attrezzi_1_0.zip | 2025-12-10 | 1.2 MB | |
| Totals: 3 Items | 2.5 MB | 0 | |
Attrezzi Boost Media APS-ETS
Images License: CC BY 4.0
A web portal that collects and presents all ethical, free, and open-source services, tools, and initiatives from Boost Media APS-ETS.
About the Project
Attrezzi.boostmedia.it is a centralized portal that offers a comprehensive overview of all digital tools, awareness campaigns, and events promoted by Boost Media APS-ETS. The application provides an intuitive and visually appealing interface to quickly discover and access all of the association's services.
Application Purpose
The portal serves as a reference point for:
- Professionals and companies looking for open source tools
- Users interested in awareness campaigns for free software
- Developers who want to participate in community events
- Supporters of the open source movement in Italy
Technologies Used
- HTML5: Semantic and accessible structure
- CSS3: Modern styling with gradients and smooth animations
- JavaScript (Vanilla): Dynamic service rendering and interactive features
- Font Awesome: Icons to enhance user experience
- SourceForge API: Real-time download statistics integration
- No external frameworks: Lightweight and performant code
Privacy and Transparency
- ✅ Open source code: Available on SourceForge for the community
- ✅ Privacy Policy: Full transparency on data handling practices
Features
- Service Catalog: Organized overview of all Boost Media software tools
- Active Campaigns: Direct access to awareness campaigns (FineWin10, FineMacos, Edulinux)
- Events: Information about community events like DevConf.it
- Complete Suite: Direct link to Ufficio Zero, the complete operating system
- Sponsors and Partners: Visibility for association supporters
- Resta in contatto: Widget per iscrizione e donazioni per supportare l'associazione
- 📊 Real-time Statistics: Live download statistics from SourceForge API
- Total downloads of Ufficio Zero since project inception (October 29, 2014)
- Weekly downloads (last 7 days, aligned with SourceForge's calculation ending yesterday at 23:59 UTC)
- Automatic data updates with loading indicators
- Responsive Design: Interface optimized for desktop, tablet, and mobile
- Scroll to Top: Facilitated navigation with quick return button to page top
Services Included
Boost Media Software
- CurriVit: Interactive CV creator
- Frog: QR code generator
- PurpleTube: PeerTube search and player
- SitiGov: Italian Public Administration information search
Awareness Campaigns
- FineWin10.it: Migration to Ufficio Zero 11
- FineMacos.it: Migration to Ufficio Zero Lorena
- Edulinux.it: Free and open source education
Events
- DevConf.it: Annual conference for Italian developers
Suite Completa Ufficio
- Ufficio Zero: Sistema Operativo con Suite Ufficio
Resta in contatto
- LinkLittle: Seguici sulle varie piattaforme
- Iscriviti: Diventa socio Boost Media APS-ETS
- Donazioni: Sostieni il nostro lavoro
Statistics Integration
The portal integrates with the SourceForge Download Stats API to display real-time download metrics for Ufficio Zero:
API Endpoints Used
// Total downloads since project inception (October 29, 2014)
https://sourceforge.net/projects/ufficiozero/files/stats/json?start_date=2014-10-29&end_date={today}
// Weekly downloads (last 7 days, ending yesterday)
https://sourceforge.net/projects/ufficiozero/files/stats/json?start_date={7_days_ago}&end_date={yesterday}
Features
- Real-time data: Statistics are fetched directly from SourceForge on page load
- Automatic date calculation: The system automatically calculates date ranges
- Aligned with SourceForge: Weekly stats match SourceForge's display (ending yesterday at 23:59 UTC, excluding today's partial data)
- Complete project coverage: Statistics include all files and folders in the Ufficio Zero project, not just ISO files
- Error handling: Displays "N/D" if data cannot be retrieved
- Italian number formatting: Numbers are formatted according to Italian locale (e.g., 1.361.301)
- Loading indicators: Animated spinners while fetching data
Technical Implementation
The statistics are fetched asynchronously using the Fetch API:
async function fetchDownloadStats() {
// Fetches total downloads from project inception
// Fetches weekly downloads (7 days ending yesterday)
// Reads data from totalData.total or totalData.summaries.downloads
// Updates the DOM with formatted numbers
}
Important Note: Weekly statistics end at yesterday (23:59 UTC) to match SourceForge's display, which excludes today's partial/incomplete data. This ensures consistency between the portal and SourceForge's official statistics page.
For more information about the SourceForge Stats API, see: SourceForge Download Stats API Documentation
Use Cases
- Professionals looking for open source alternatives to proprietary software
- Schools and educational institutions interested in free software
- Companies wanting to support ethical and sustainable projects
- Developers looking for tools and community in Italy
- Citizens interested in improving PA transparency
- Community members tracking the growth and adoption of Ufficio Zero
No compilation or complex setup required - simply visit the website and start exploring!
Feedback & Bug Reports
Found a bug or have a suggestion? Use the tickets section directly on the Boost Media APS project on SourceForge to submit reports and ideas.
Images License
All images included in this project are licensed under the Creative Commons Attribution 4.0 International License.
This work is licensed under a Creative Commons Attribution 4.0 International License.
What Does This Mean?
You are free to:
- Share — copy and redistribute the images in any medium or format
- Adapt — remix, transform, and build upon the images for any purpose, even commercially
Under the following terms:
- Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made.
For the full license text, see: https://creativecommons.org/licenses/by/4.0/
Attribution
When using images from this project, please provide attribution as follows:
Images from Attrezzi.boostmedia.it - Licensed under CC BY 4.0
https://attrezzi.boostmedia.it
Important Note: This CC BY 4.0 license applies exclusively to the images. The software/code components of this project may be under a different license. Please refer to the separate LICENSE file for software licensing information.
Useful Links
- Live Application: https://attrezzi.boostmedia.it
- Boost Media APS: https://boostmedia.it
- Privacy Policy: https://boostmedia.it/it/associazione/privacy-policy
- SourceForge Project: https://sourceforge.net/projects/boostmedia/
- Ufficio Zero Linux OS: https://ufficiozero.org
- Ufficio Zero SourceForge: https://sourceforge.net/projects/ufficiozero/
- SourceForge Stats API: Download Stats API Documentation
License
This project uses a dual-license structure:
📄 Code
All source code (JavaScript, HTML, CSS, scripts, and components) is licensed under the GNU General Public License v3 (GPLv3).
🖼️ Images / Media Assets
All images and graphic assets are licensed under Creative Commons Attribution 4.0 International (CC BY 4.0).
Anyone using or redistributing this project must respect both licenses depending on the type of content (code vs media).
See the LICENSE file for full details.
Contributing
Boost Media APS-ETS welcomes contributions from the open source community. If you want to contribute:
- Fork the project on SourceForge
- Create a branch for your feature (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Developed with ❤️ by Julian Del Vecchio & Carmelo Ferraro for Boost Media APS-ETS
