@@ -75,7 +75,7 @@ export default function HelpPage() {
75
75
< Card className = "p-6" >
76
76
< h3 className = "mb-3 flex items-center gap-2 font-semibold" >
77
77
< Code2 className = "text-primary h-5 w-5" />
78
- Creating a Paste
78
+ Creating a Gist
79
79
</ h3 >
80
80
< ol className = "text-muted-foreground space-y-2 text-sm" >
81
81
< li >
@@ -91,19 +91,19 @@ export default function HelpPage() {
91
91
< li >
92
92
3. Set options (expiry, password for editing, one-time view)
93
93
</ li >
94
- < li > 4. Click "Create Secure Paste "</ li >
94
+ < li > 4. Click "Create Secure Gist "</ li >
95
95
< li > 5. Share the generated link</ li >
96
96
</ ol >
97
97
</ Card >
98
98
99
99
< Card className = "p-6" >
100
100
< h3 className = "mb-3 flex items-center gap-2 font-semibold" >
101
101
< Key className = "text-primary h-5 w-5" />
102
- Viewing a Paste
102
+ Viewing a Gist
103
103
</ h3 >
104
104
< ol className = "text-muted-foreground space-y-2 text-sm" >
105
105
< li > 1. Click on a GhostPaste link</ li >
106
- < li > 2. The paste decrypts automatically</ li >
106
+ < li > 2. The gist decrypts automatically</ li >
107
107
< li > 3. View code with syntax highlighting</ li >
108
108
< li > 4. Copy code or download files</ li >
109
109
< li > 5. Edit if you have the password</ li >
@@ -148,7 +148,7 @@ export default function HelpPage() {
148
148
don't send to servers.
149
149
</ p >
150
150
< p >
151
- We literally cannot decrypt your pastes , even if asked
151
+ We literally cannot decrypt your gists , even if asked
152
152
by authorities.
153
153
</ p >
154
154
</ div >
@@ -157,7 +157,7 @@ export default function HelpPage() {
157
157
158
158
< AccordionItem value = "how-long" >
159
159
< AccordionTrigger >
160
- How long are pastes stored?
160
+ How long are gists stored?
161
161
</ AccordionTrigger >
162
162
< AccordionContent >
163
163
< div className = "space-y-2 text-sm" >
@@ -169,9 +169,7 @@ export default function HelpPage() {
169
169
< li > 30 days (maximum)</ li >
170
170
< li > One-time view (deleted after first view)</ li >
171
171
</ ul >
172
- < p >
173
- All pastes are automatically deleted after expiry.
174
- </ p >
172
+ < p > All gists are automatically deleted after expiry.</ p >
175
173
</ div >
176
174
</ AccordionContent >
177
175
</ AccordionItem >
@@ -184,8 +182,8 @@ export default function HelpPage() {
184
182
< div className = "space-y-2 text-sm" >
185
183
< ul className = "list-inside list-disc space-y-1" >
186
184
< li > 500KB per file</ li >
187
- < li > 5MB total per paste </ li >
188
- < li > Up to 20 files per paste </ li >
185
+ < li > 5MB total per gist </ li >
186
+ < li > Up to 20 files per gist </ li >
189
187
</ ul >
190
188
< p >
191
189
These limits ensure fast encryption/decryption in your
@@ -204,11 +202,11 @@ export default function HelpPage() {
204
202
</ p >
205
203
< p >
206
204
Since we use zero-knowledge encryption, we have no way
207
- to find or decrypt your paste without the original
205
+ to find or decrypt your gist without the original
208
206
link.
209
207
</ p >
210
208
< p >
211
- Always save important paste links immediately after
209
+ Always save important gist links immediately after
212
210
creation.
213
211
</ p >
214
212
</ div >
@@ -217,22 +215,22 @@ export default function HelpPage() {
217
215
218
216
< AccordionItem value = "edit-paste" >
219
217
< AccordionTrigger >
220
- Can I edit my paste after creation?
218
+ Can I edit my gist after creation?
221
219
</ AccordionTrigger >
222
220
< AccordionContent >
223
221
< div className = "space-y-2 text-sm" >
224
222
< p >
225
- Yes, if you set a password when creating the paste :
223
+ Yes, if you set a password when creating the gist :
226
224
</ p >
227
225
< ul className = "ml-2 list-inside list-disc space-y-1" >
228
- < li > Click "Edit" on the paste page</ li >
226
+ < li > Click "Edit" on the gist page</ li >
229
227
< li > Enter your password to unlock editing</ li >
230
228
< li > Make your changes</ li >
231
- < li > Save the updated paste </ li >
229
+ < li > Save the updated gist </ li >
232
230
</ ul >
233
231
< p >
234
232
The password also allows you to manually delete the
235
- paste . Without a password, pastes are read-only.
233
+ gist . Without a password, gists are read-only.
236
234
</ p >
237
235
</ div >
238
236
</ AccordionContent >
@@ -405,11 +403,11 @@ export default function HelpPage() {
405
403
</ p >
406
404
< p >
407
405
Due to zero-knowledge encryption, we cannot decrypt
408
- pastes to verify their contents. We can only:
406
+ gists to verify their contents. We can only:
409
407
</ p >
410
408
< ul className = "ml-2 list-inside list-disc space-y-1" >
411
- < li > Remove specific paste IDs if provided</ li >
412
- < li > Cannot confirm what the paste contains</ li >
409
+ < li > Remove specific gist IDs if provided</ li >
410
+ < li > Cannot confirm what the gist contains</ li >
413
411
< li > Cannot search for infringing content</ li >
414
412
</ ul >
415
413
< p className = "text-muted-foreground text-xs" >
@@ -450,7 +448,7 @@ export default function HelpPage() {
450
448
< Accordion type = "single" collapsible className = "w-full" >
451
449
< AccordionItem value = "law-enforcement" >
452
450
< AccordionTrigger >
453
- Can law enforcement access my pastes ?
451
+ Can law enforcement access my gists ?
454
452
</ AccordionTrigger >
455
453
< AccordionContent >
456
454
< div className = "space-y-2 text-sm" >
@@ -459,10 +457,10 @@ export default function HelpPage() {
459
457
</ p >
460
458
< p > Even if compelled by law enforcement, we cannot:</ p >
461
459
< ul className = "ml-2 list-inside list-disc space-y-1" >
462
- < li > Decrypt your pastes (we don't have keys)</ li >
463
- < li > Identify who created a paste </ li >
464
- < li > Track who accessed a paste </ li >
465
- < li > Recover deleted or expired pastes </ li >
460
+ < li > Decrypt your gists (we don't have keys)</ li >
461
+ < li > Identify who created a gist </ li >
462
+ < li > Track who accessed a gist </ li >
463
+ < li > Recover deleted or expired gists </ li >
466
464
</ ul >
467
465
< p >
468
466
We can only provide the encrypted blob, which is
@@ -607,7 +605,7 @@ export default function HelpPage() {
607
605
</ AccordionTrigger >
608
606
< AccordionContent >
609
607
< div className = "space-y-2 text-sm" >
610
- < p > GhostPaste supports multi-file pastes :</ p >
608
+ < p > GhostPaste supports multi-file gists :</ p >
611
609
< ul className = "ml-2 list-inside list-disc space-y-1" >
612
610
< li > Drag & drop up to 20 files at once </ li >
613
611
< li > Or use "Add File" button</ li >
@@ -685,9 +683,9 @@ export default function HelpPage() {
685
683
Pastebin Advantages:
686
684
</ p >
687
685
< ul className = "ml-2 list-inside list-disc space-y-1" >
688
- < li > Permanent pastes available</ li >
686
+ < li > Permanent storage available</ li >
689
687
< li > User accounts & history </ li >
690
- < li > Public paste discovery</ li >
688
+ < li > Public content discovery</ li >
691
689
< li > Larger file sizes</ li >
692
690
< li > API for automation</ li >
693
691
</ ul >
@@ -779,9 +777,9 @@ export default function HelpPage() {
779
777
Ensure you copied the complete URL including everything
780
778
after #
781
779
</ li >
782
- < li > Check if the paste has expired</ li >
780
+ < li > Check if the gist has expired</ li >
783
781
< li >
784
- Verify the paste wasn't a one-time view that's
782
+ Verify the gist wasn't a one-time view that's
785
783
already been accessed
786
784
</ li >
787
785
</ ul >
@@ -790,22 +788,20 @@ export default function HelpPage() {
790
788
791
789
< Card className = "p-6" >
792
790
< h3 className = "mb-2 font-semibold text-orange-600 dark:text-orange-400" >
793
- "Paste not found" error
791
+ "Gist not found" error
794
792
</ h3 >
795
793
< p className = "text-muted-foreground mb-3 text-sm" >
796
- The paste doesn't exist in our system.
794
+ The gist doesn't exist in our system.
797
795
</ p >
798
796
< div className = "space-y-1 text-sm" >
799
797
< p >
800
798
< strong > Possible reasons:</ strong >
801
799
</ p >
802
800
< ul className = "ml-2 list-inside list-disc space-y-1" >
803
- < li > The paste has expired and been deleted</ li >
804
- < li >
805
- It was a one-time view paste that's been viewed
806
- </ li >
801
+ < li > The gist has expired and been deleted</ li >
802
+ < li > It was a one-time view gist that's been viewed</ li >
807
803
< li > The URL is incorrect</ li >
808
- < li > The paste was manually deleted</ li >
804
+ < li > The gist was manually deleted</ li >
809
805
</ ul >
810
806
</ div >
811
807
</ Card >
@@ -815,7 +811,7 @@ export default function HelpPage() {
815
811
Slow loading or timeout
816
812
</ h3 >
817
813
< p className = "text-muted-foreground mb-3 text-sm" >
818
- Large pastes may take a moment to encrypt/decrypt.
814
+ Large gists may take a moment to encrypt/decrypt.
819
815
</ p >
820
816
< div className = "space-y-1 text-sm" >
821
817
< p >
@@ -826,7 +822,7 @@ export default function HelpPage() {
826
822
< li > Try refreshing the page</ li >
827
823
< li >
828
824
For very large files, consider splitting into multiple
829
- pastes
825
+ gists
830
826
</ li >
831
827
< li > Check your internet connection</ li >
832
828
</ ul >
@@ -852,7 +848,7 @@ export default function HelpPage() {
852
848
DO ✓
853
849
</ h3 >
854
850
< ul className = "space-y-2 text-sm text-green-600 dark:text-green-400" >
855
- < li > • Save paste links immediately</ li >
851
+ < li > • Save gist links immediately</ li >
856
852
< li > • Use short expiry times for sensitive data</ li >
857
853
< li > • Set passwords if you need to edit later</ li >
858
854
< li > • Share links through secure channels</ li >
0 commit comments