-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
761 lines (657 loc) · 27.4 KB
/
index.html
File metadata and controls
761 lines (657 loc) · 27.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Primary Meta Tags -->
<title>Article Saver - Open Source Read-Later App | Privacy-First Pocket Alternative</title>
<meta name="title" content="Article Saver - Open Source Read-Later App | Privacy-First Pocket Alternative">
<meta name="description" content="Save articles for later with our free, open source read-later app. Import from Pocket with one click. Self-host or use our secure cloud. No ads, no tracking, just reading.">
<meta name="keywords" content="read later app, pocket alternative, article saver, bookmark manager, open source, privacy, self-hosted">
<meta name="author" content="Article Saver Team">
<meta name="robots" content="index, follow">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://nilukush.github.io/article_saver/">
<meta property="og:title" content="Article Saver - Open Source Read-Later App">
<meta property="og:description" content="Save articles for later with our free, open source read-later app. Import from Pocket with one click.">
<meta property="og:image" content="https://nilukush.github.io/article_saver/screenshots/og-image.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://nilukush.github.io/article_saver/">
<meta property="twitter:title" content="Article Saver - Open Source Read-Later App">
<meta property="twitter:description" content="Save articles for later with our free, open source read-later app. Import from Pocket with one click.">
<meta property="twitter:image" content="https://nilukush.github.io/article_saver/screenshots/og-image.png">
<!-- Favicon -->
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>📚</text></svg>">
<!-- Canonical URL -->
<link rel="canonical" href="https://nilukush.github.io/article_saver/">
<!-- Schema.org Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Article Saver",
"applicationCategory": "Productivity",
"operatingSystem": "Windows, macOS, Linux",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"description": "Open source read-later app for saving and organizing articles",
"url": "https://nilukush.github.io/article_saver/",
"author": {
"@type": "Organization",
"name": "Article Saver Team"
}
}
</script>
<style>
/* CSS Variables for Easy Customization */
:root {
--primary-color: #007bff;
--primary-hover: #0056b3;
--secondary-color: #28a745;
--secondary-hover: #218838;
--dark-color: #333;
--light-color: #f8f9fa;
--border-color: #dee2e6;
--max-width: 1200px;
--font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
/* Reset and Base Styles */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
font-family: var(--font-family);
line-height: 1.6;
color: var(--dark-color);
background-color: #fff;
}
/* Accessibility: Skip to Content */
.skip-to-content {
position: absolute;
left: -9999px;
z-index: 999;
padding: 1em;
background-color: var(--primary-color);
color: white;
text-decoration: none;
}
.skip-to-content:focus {
left: 50%;
transform: translateX(-50%);
top: 10px;
}
/* Container */
.container {
max-width: var(--max-width);
margin: 0 auto;
padding: 0 20px;
}
/* Header */
header {
background-color: #fff;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
position: sticky;
top: 0;
z-index: 100;
}
nav {
display: flex;
justify-content: space-between;
align-items: center;
padding: 1rem 0;
}
.logo {
font-size: 1.5rem;
font-weight: bold;
text-decoration: none;
color: var(--dark-color);
}
.nav-links {
display: flex;
list-style: none;
gap: 2rem;
}
.nav-links a {
text-decoration: none;
color: var(--dark-color);
transition: color 0.3s;
}
.nav-links a:hover {
color: var(--primary-color);
}
/* Hero Section */
.hero {
padding: 80px 0;
text-align: center;
background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}
.hero h1 {
font-size: 3rem;
margin-bottom: 20px;
color: var(--dark-color);
}
.hero .tagline {
font-size: 1.5rem;
margin-bottom: 30px;
color: #666;
}
.hero .announcement {
background-color: #fff3cd;
border: 1px solid #ffeeba;
border-radius: 5px;
padding: 15px;
margin-bottom: 30px;
display: inline-block;
}
.announcement strong {
color: #856404;
}
/* Buttons */
.button-group {
display: flex;
gap: 20px;
justify-content: center;
flex-wrap: wrap;
}
.btn {
display: inline-block;
padding: 15px 30px;
text-decoration: none;
border-radius: 5px;
font-size: 1.1rem;
transition: all 0.3s;
border: 2px solid transparent;
}
.btn-primary {
background-color: var(--primary-color);
color: white;
}
.btn-primary:hover {
background-color: var(--primary-hover);
transform: translateY(-2px);
box-shadow: 0 5px 15px rgba(0,123,255,0.3);
}
.btn-secondary {
background-color: var(--secondary-color);
color: white;
}
.btn-secondary:hover {
background-color: var(--secondary-hover);
transform: translateY(-2px);
box-shadow: 0 5px 15px rgba(40,167,69,0.3);
}
.btn-outline {
background-color: transparent;
color: var(--primary-color);
border-color: var(--primary-color);
}
.btn-outline:hover {
background-color: var(--primary-color);
color: white;
}
/* Features Section */
.features {
padding: 80px 0;
background-color: var(--light-color);
}
.section-title {
text-align: center;
font-size: 2.5rem;
margin-bottom: 50px;
}
.features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 40px;
}
.feature-card {
background-color: white;
padding: 30px;
border-radius: 10px;
box-shadow: 0 5px 15px rgba(0,0,0,0.08);
transition: transform 0.3s, box-shadow 0.3s;
}
.feature-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}
.feature-icon {
font-size: 3rem;
margin-bottom: 20px;
}
.feature-card h3 {
font-size: 1.5rem;
margin-bottom: 15px;
}
/* How It Works Section */
.how-it-works {
padding: 80px 0;
}
.steps {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 40px;
margin-top: 50px;
}
.step {
text-align: center;
}
.step-number {
display: inline-block;
width: 60px;
height: 60px;
line-height: 60px;
border-radius: 50%;
background-color: var(--primary-color);
color: white;
font-size: 1.5rem;
font-weight: bold;
margin-bottom: 20px;
}
/* Screenshots Section */
.screenshots {
padding: 80px 0;
background-color: var(--light-color);
}
.screenshot-tabs {
display: flex;
justify-content: center;
gap: 10px;
margin-bottom: 30px;
flex-wrap: wrap;
}
.tab-button {
padding: 10px 20px;
border: 2px solid var(--primary-color);
background: white;
color: var(--primary-color);
cursor: pointer;
border-radius: 5px;
transition: all 0.3s;
font-size: 1rem;
font-weight: 500;
}
.tab-button:hover {
background: var(--primary-color);
color: white;
}
.tab-button.active {
background: var(--primary-color);
color: white;
}
.screenshot-container {
position: relative;
max-width: 900px;
margin: 0 auto 20px;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 20px 40px rgba(0,0,0,0.1);
background: #000;
padding: 10px;
}
.screenshot {
width: 100%;
height: auto;
display: none;
border-radius: 5px;
}
.screenshot.active {
display: block;
animation: fadeIn 0.3s ease-in;
}
.screenshot-description {
margin-top: 20px;
text-align: center;
}
.desc {
display: none;
color: #666;
font-size: 1.1rem;
line-height: 1.6;
max-width: 700px;
margin: 0 auto;
}
.desc.active {
display: block;
animation: fadeIn 0.3s ease-in;
}
/* CTA Section */
.cta {
padding: 80px 0;
background-color: var(--primary-color);
color: white;
text-align: center;
}
.cta h2 {
font-size: 2.5rem;
margin-bottom: 20px;
}
.cta p {
font-size: 1.2rem;
margin-bottom: 30px;
}
.cta .btn {
background-color: white;
color: var(--primary-color);
}
.cta .btn:hover {
background-color: var(--light-color);
}
/* Footer */
footer {
padding: 40px 0;
background-color: var(--dark-color);
color: white;
text-align: center;
}
.footer-links {
display: flex;
justify-content: center;
gap: 30px;
margin-bottom: 20px;
flex-wrap: wrap;
}
.footer-links a {
color: white;
text-decoration: none;
transition: opacity 0.3s;
}
.footer-links a:hover {
opacity: 0.8;
}
/* Responsive Design */
@media (max-width: 768px) {
.hero h1 {
font-size: 2rem;
}
.hero .tagline {
font-size: 1.2rem;
}
.nav-links {
gap: 1rem;
}
.button-group {
flex-direction: column;
align-items: center;
}
.btn {
width: 250px;
text-align: center;
}
}
/* Print Styles */
@media print {
header, footer, .cta, .button-group {
display: none;
}
body {
font-size: 12pt;
}
}
/* Animations */
@keyframes fadeIn {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.fade-in {
animation: fadeIn 0.6s ease-out;
}
</style>
<!-- GoatCounter Analytics - Privacy-friendly, no cookies -->
<script data-goatcounter="https://articlesaver.goatcounter.com/count"
async src="//gc.zgo.at/count.js"></script>
</head>
<body>
<!-- Skip to Content Link for Accessibility -->
<a href="#main" class="skip-to-content">Skip to main content</a>
<!-- Header -->
<header>
<nav class="container">
<a href="#" class="logo">📚 Article Saver</a>
<ul class="nav-links">
<li><a href="#features">Features</a></li>
<li><a href="#how-it-works">How It Works</a></li>
<li><a href="dashboard/">📊 Stats</a></li>
<li><a href="https://github.com/nilukush/article_saver">GitHub</a></li>
<li><a href="downloads.html">Download</a></li>
<li><a href="support.html">💖 Support</a></li>
</ul>
</nav>
</header>
<!-- Main Content -->
<main id="main">
<!-- Hero Section -->
<section class="hero">
<div class="container">
<div class="announcement">
<strong>⚠️ Pocket is shutting down on July 8, 2025</strong> - Don't lose your saved articles!
</div>
<h1 class="fade-in">Article Saver</h1>
<p class="tagline fade-in">The Open Source Read-Later App That Respects Your Privacy</p>
<p style="font-size: 1.2rem; margin-bottom: 40px;" class="fade-in">
Import all your Pocket articles with one click. 100% free, forever.
</p>
<div class="button-group fade-in">
<a href="downloads.html" class="btn btn-primary">
Download Now
</a>
<a href="https://github.com/nilukush/article_saver" class="btn btn-secondary">
View on GitHub
</a>
<a href="dashboard/" class="btn btn-outline">
📊 Download Stats
</a>
<a href="https://ko-fi.com/nilukush" class="btn btn-outline" target="_blank" rel="noopener">
☕ Support on Ko-fi
</a>
</div>
</div>
</section>
<!-- Features Section -->
<section class="features" id="features">
<div class="container">
<h2 class="section-title">Why Choose Article Saver?</h2>
<div class="features-grid">
<article class="feature-card">
<div class="feature-icon">🔒</div>
<h3>Privacy First</h3>
<p>Your data stays yours. Self-host on your own server or use our secure cloud. No tracking, no ads, no data mining.</p>
</article>
<article class="feature-card">
<div class="feature-icon">🚀</div>
<h3>Easy Migration</h3>
<p>Import from Pocket, Instapaper, or any read-later app with our one-click import tool. Keep all your saved articles and reading progress.</p>
</article>
<article class="feature-card">
<div class="feature-icon">💻</div>
<h3>Cross Platform</h3>
<p>Available on Windows, macOS, and Linux. Sync seamlessly across all your devices with our secure cloud sync.</p>
</article>
<article class="feature-card">
<div class="feature-icon">🌟</div>
<h3>Open Source</h3>
<p>MIT licensed and community-driven. Contribute features, report bugs, or fork the project. You're in complete control.</p>
</article>
<article class="feature-card">
<div class="feature-icon">⚡</div>
<h3>Lightning Fast</h3>
<p>Built with modern technologies for blazing-fast performance. Search thousands of articles instantly.</p>
</article>
<article class="feature-card">
<div class="feature-icon">🎨</div>
<h3>Beautiful Reading</h3>
<p>Distraction-free reading experience with customizable themes, fonts, and layouts. Focus on what matters.</p>
</article>
</div>
</div>
</section>
<!-- How It Works Section -->
<section class="how-it-works" id="how-it-works">
<div class="container">
<h2 class="section-title">Get Started in Minutes</h2>
<div class="steps">
<article class="step">
<div class="step-number">1</div>
<h3>Download</h3>
<p>Download Article Saver for your platform. Available for Windows, macOS, and Linux.</p>
</article>
<article class="step">
<div class="step-number">2</div>
<h3>Install</h3>
<p>Simple installation process. No complex setup or configuration required.</p>
</article>
<article class="step">
<div class="step-number">3</div>
<h3>Import</h3>
<p>Click "Import from Pocket" and watch as all your articles are safely transferred.</p>
</article>
<article class="step">
<div class="step-number">4</div>
<h3>Enjoy</h3>
<p>Start reading! Your articles are now safe and accessible forever.</p>
</article>
</div>
</div>
</section>
<!-- Screenshots Section -->
<section class="screenshots">
<div class="container">
<h2 class="section-title">See Article Saver In Action</h2>
<div class="screenshot-tabs">
<button class="tab-button active" onclick="showScreenshot('list', event)">Article List</button>
<button class="tab-button" onclick="showScreenshot('view', event)">Article View</button>
<button class="tab-button" onclick="showScreenshot('import', event)">Import Progress</button>
<button class="tab-button" onclick="showScreenshot('account', event)">Account & Sync</button>
<button class="tab-button" onclick="showScreenshot('pocket', event)">Pocket Options</button>
<button class="tab-button" onclick="showScreenshot('add', event)">Add Articles</button>
</div>
<div class="screenshot-container">
<img id="screenshot-list" src="screenshots/article-list.png" alt="Article Saver main interface showing 5,529 imported articles with tags and search functionality" class="screenshot active">
<img id="screenshot-view" src="screenshots/article-view.png" alt="Article reading view showing clean, distraction-free reading experience with metadata" class="screenshot">
<img id="screenshot-import" src="screenshots/import-progress.png" alt="Import progress showing real-time Pocket API sync - fetching 60 articles with progress bar" class="screenshot">
<img id="screenshot-account" src="screenshots/account-and-sync.png" alt="Account panel showing Pocket integration authorized and sync status with 3,870 unread articles" class="screenshot">
<img id="screenshot-pocket" src="screenshots/pocket-options.png" alt="Pocket import successful showing 5,529 articles imported with options to re-sync and manage content" class="screenshot">
<img id="screenshot-add" src="screenshots/add-articles.png" alt="Add article dialog with URL input and tag management for organizing saved content" class="screenshot">
</div>
<div class="screenshot-description">
<p id="desc-list" class="desc active">Clean, organized interface showing all your saved articles with tags, search, and filtering options</p>
<p id="desc-view" class="desc">Distraction-free reading experience with article content, metadata, and reading options</p>
<p id="desc-import" class="desc">Real-time import progress with detailed status updates and API compliance indicators</p>
<p id="desc-account" class="desc">Manage your account and Pocket integration with real-time sync status and statistics</p>
<p id="desc-pocket" class="desc">Successfully imported 5,529 articles from Pocket with detailed import statistics</p>
<p id="desc-add" class="desc">Easily add new articles with custom tags for better organization and searchability</p>
</div>
</div>
</section>
<!-- Ad Section - Supporting Open Source Development -->
<section class="ad-section" style="padding: 40px 0; background-color: #f8f9fa;">
<div class="container">
<div class="landing-page-ad">
<div data-ea-publisher="articlesaver"
data-ea-type="text"
data-ea-keywords="developer-tools|productivity|open-source|read-later"
id="landing-page-ad"
style="min-height: 90px; text-align: center;">
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="cta">
<div class="container">
<h2>Ready to Save Your Articles?</h2>
<p>Join thousands of users who've already made the switch</p>
<a href="downloads.html" class="btn">
Download Article Saver Free
</a>
</div>
</section>
</main>
<!-- Footer -->
<footer>
<div class="container">
<div class="footer-links">
<a href="https://github.com/nilukush/article_saver">GitHub</a>
<a href="https://github.com/nilukush/article_saver/issues">Support</a>
<a href="https://github.com/nilukush/article_saver/blob/main/README.md">Documentation</a>
<a href="https://github.com/nilukush/article_saver/blob/main/PRIVACY.md">Privacy Policy</a>
</div>
<p>© 2025 Article Saver. Not affiliated with Mozilla or Pocket.</p>
<p>Made with ❤️ by the open source community</p>
</div>
</footer>
<!-- Analytics (Optional - Replace with your preferred analytics) -->
<script>
// Simple page view tracking (privacy-friendly)
if (window.location.hostname !== 'localhost') {
console.log('Page view tracked:', window.location.pathname);
}
// Smooth scroll for anchor links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
document.querySelector(this.getAttribute('href')).scrollIntoView({
behavior: 'smooth'
});
});
});
// Add fade-in animation on scroll
const observerOptions = {
threshold: 0.1,
rootMargin: '0px 0px -100px 0px'
};
const observer = new IntersectionObserver(function(entries) {
entries.forEach(entry => {
if (entry.isIntersecting) {
entry.target.style.opacity = '1';
entry.target.style.transform = 'translateY(0)';
}
});
}, observerOptions);
document.querySelectorAll('.feature-card, .step').forEach(el => {
el.style.opacity = '0';
el.style.transform = 'translateY(20px)';
el.style.transition = 'opacity 0.6s ease-out, transform 0.6s ease-out';
observer.observe(el);
});
// Screenshot gallery functionality
function showScreenshot(type, event) {
// Prevent default button behavior
event.preventDefault();
// Hide all screenshots and descriptions
document.querySelectorAll('.screenshot').forEach(img => img.classList.remove('active'));
document.querySelectorAll('.desc').forEach(desc => desc.classList.remove('active'));
document.querySelectorAll('.tab-button').forEach(btn => btn.classList.remove('active'));
// Show selected screenshot and description
document.getElementById('screenshot-' + type).classList.add('active');
document.getElementById('desc-' + type).classList.add('active');
// Update active button
event.target.classList.add('active');
}
</script>
<!-- Umami Analytics - Self-hosted privacy-friendly analytics -->
<script defer src="https://umami-nft9s3u73-nilukushs-projects.vercel.app/script.js" data-website-id="d1f0480e-34b4-4393-9d85-974ebe26a8e5"></script>
<!-- Alternative analytics options (commented out) -->
<!-- Plausible: <script defer data-domain="nilukush.github.io" src="https://plausible.io/js/script.js"></script> -->
<!-- Simple Analytics: <script async defer src="https://scripts.simpleanalyticscdn.com/latest.js"></script> -->
<!-- EthicalAds Script -->
<script async src="https://media.ethicalads.io/media/client/ethicalads.min.js"></script>
</body>
</html>